#C7DE95

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

Shades of Reef #C7DE95

Tints of Reef #C7DE95

Color information

#C7DE95 (or 0xC7DE95) is unknown color: approx Reef. HEX triplet: C7, DE and 95. RGB value is (199,222,149). Sum of RGB (Red+Green+Blue) = 199+222+149=570 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.91% from 570); Green value is 222 (87.11% from 255 or 38.95% from 570); Blue value is 149 (58.59% from 255 or 26.14% from 570); Max value from RGB is 222 - color contains mainly: green. Hex color #C7DE95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7DE95 is #38216A. Grayscale: #CFCFCF. Windows color (decimal): -3678571 or 9821895. OLE color: 9821895.

HSL color Cylindrical-coordinate representation of color #C7DE95: hue angle of 78.9º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C7DE95 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB199222149-
CMYK0.1000.330.13
HSL78.9º52.52%72.75%-
HSV(B)78.9º32.88%87.06%-
XYZ55.166.5538.38-
YUV206.895.38122.44-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.91%
GREEN value IS 222 (87.11% from 255) = 38.95%
BLUE value IS 149 (58.59% from 255) = 26.14%
R=34.91%
G=38.95%
B=26.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1992221490.1000.330.1378.952.5272.75
HexC7DE95A021D4f3549
Octal307336225120411511765111
Binary11000111110111101001010110100100001110110011111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DE95; }

 p { color: rgb(199,222,149); }

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

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

 a { background-color: rgb(199,222,149); }

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

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

 span { border-color: rgb(199,222,149); }

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