#C2F297

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

Shades of Reef #C2F297

Tints of Reef #C2F297

Color information

#C2F297 (or 0xC2F297) is unknown color: approx Reef. HEX triplet: C2, F2 and 97. RGB value is (194,242,151). Sum of RGB (Red+Green+Blue) = 194+242+151=587 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.05% from 587); Green value is 242 (94.92% from 255 or 41.23% from 587); Blue value is 151 (59.38% from 255 or 25.72% from 587); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F297 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F297 is #3D0D68. Grayscale: #D9D9D9. Windows color (decimal): -4001129 or 9958082. OLE color: 9958082.

HSL color Cylindrical-coordinate representation of color #C2F297: hue angle of 91.65º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2F297 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB194242151-
CMYK0.2000.380.05
HSL91.65º77.78%77.06%-
HSV(B)91.65º37.6%94.9%-
XYZ59.5977.2141.04-
YUV217.2790.6111.4-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.05%
GREEN value IS 242 (94.92% from 255) = 41.23%
BLUE value IS 151 (59.38% from 255) = 25.72%
R=33.05%
G=41.23%
B=25.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1942421510.2000.380.0591.6577.7877.06
HexC2F2971402655c4e4d
Octal302362227240465134116115
Binary110000101111001010010111101000100110101101110010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F297; }

 p { color: rgb(194,242,151); }

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

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

 a { background-color: rgb(194,242,151); }

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

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

 span { border-color: rgb(194,242,151); }

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