#C2F895

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

Shades of Reef #C2F895

Tints of Reef #C2F895

Color information

#C2F895 (or 0xC2F895) is unknown color: approx Reef. HEX triplet: C2, F8 and 95. RGB value is (194,248,149). Sum of RGB (Red+Green+Blue) = 194+248+149=591 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.83% from 591); Green value is 248 (97.27% from 255 or 41.96% from 591); Blue value is 149 (58.59% from 255 or 25.21% from 591); Max value from RGB is 248 - color contains mainly: green. Hex color #C2F895 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F895 is #3D076A. Grayscale: #DCDCDC. Windows color (decimal): -3999595 or 9828546. OLE color: 9828546.

HSL color Cylindrical-coordinate representation of color #C2F895: hue angle of 92.73º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2F895 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB194248149-
CMYK0.2200.400.03
HSL92.73º87.61%77.84%-
HSV(B)92.73º39.92%97.25%-
XYZ61.2480.7740.8-
YUV220.5787.61109.05-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.83%
GREEN value IS 248 (97.27% from 255) = 41.96%
BLUE value IS 149 (58.59% from 255) = 25.21%
R=32.83%
G=41.96%
B=25.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1942481490.2200.400.0392.7387.6177.84
HexC2F8951602835d584e
Octal302370225260503135130116
Binary11000010111110001001010110110010100011101110110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F895; }

 p { color: rgb(194,248,149); }

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

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

 a { background-color: rgb(194,248,149); }

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

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

 span { border-color: rgb(194,248,149); }

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