#C1FE95

Color #C1FE95 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #C1FE95

Tints of Reef #C1FE95

Color information

#C1FE95 (or 0xC1FE95) is unknown color: approx Reef. HEX triplet: C1, FE and 95. RGB value is (193,254,149). Sum of RGB (Red+Green+Blue) = 193+254+149=596 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.38% from 596); Green value is 254 (99.61% from 255 or 42.62% from 596); Blue value is 149 (58.59% from 255 or 25% from 596); Max value from RGB is 254 - color contains mainly: green. Hex color #C1FE95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1FE95 is #3E016A. Grayscale: #E0E0E0. Windows color (decimal): -4063595 or 9830081. OLE color: 9830081.

HSL color Cylindrical-coordinate representation of color #C1FE95: hue angle of 94.86º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C1FE95 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB193254149-
CMYK0.2400.410.00
HSL94.86º98.13%79.02%-
HSV(B)94.86º41.34%99.61%-
XYZ62.8684.3941.41-
YUV223.7985.79106.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 32.38%
GREEN value IS 254 (99.61% from 255) = 42.62%
BLUE value IS 149 (58.59% from 255) = 25%
R=32.38%
G=42.62%
B=25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1932541490.2400.410.0094.8698.1379.02
HexC1FE951802905f624f
Octal301376225300510137142117
Binary1100000111111110100101011100001010010101111111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FE95; }

 p { color: rgb(193,254,149); }

 H1.HeaderClassName
 {
   color: #C1FE95;
 }
 .AnyTagClassName
 {
   color: #C1FE95;
 }
</style>
background-color css

<style>
 a { background-color: #C1FE95; }

 a { background-color: rgb(193,254,149); }

 div.DivClassName
 {
   background-color: #C1FE95;
 }
 .BgClassName
 {
   background-color: #C1FE95;
 }
</style>
border-color css

<style>
 span { border-color: #C1FE95; }

 span { border-color: rgb(193,254,149); }

 td.TdClassName
 {
   border-color: #C1FE95;
 }
 .TagClassName
 {
   border-color: #C1FE95;
 }
</style>