#C2F496

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

Shades of Reef #C2F496

Tints of Reef #C2F496

Color information

#C2F496 (or 0xC2F496) is unknown color: approx Reef. HEX triplet: C2, F4 and 96. RGB value is (194,244,150). Sum of RGB (Red+Green+Blue) = 194+244+150=588 (77% of max value = 765). Red value is 194 (76.17% from 255 or 32.99% from 588); Green value is 244 (95.70% from 255 or 41.50% from 588); Blue value is 150 (58.98% from 255 or 25.51% from 588); Max value from RGB is 244 - color contains mainly: green. Hex color #C2F496 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F496 is #3D0B69. Grayscale: #DADADA. Windows color (decimal): -4000618 or 9893058. OLE color: 9893058.

HSL color Cylindrical-coordinate representation of color #C2F496: hue angle of 91.91º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C2F496 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB194244150-
CMYK0.2000.390.04
HSL91.91º81.03%77.25%-
HSV(B)91.91º38.52%95.69%-
XYZ60.178.3740.81-
YUV218.3389.44110.64-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.99%
GREEN value IS 244 (95.70% from 255) = 41.50%
BLUE value IS 150 (58.98% from 255) = 25.51%
R=32.99%
G=41.50%
B=25.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1942441500.2000.390.0491.9181.0377.25
HexC2F4961402745c514d
Octal302364226240474134121115
Binary110000101111010010010110101000100111100101110010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F496; }

 p { color: rgb(194,244,150); }

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

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

 a { background-color: rgb(194,244,150); }

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

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

 span { border-color: rgb(194,244,150); }

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