#C8DF95

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

Shades of Reef #C8DF95

Tints of Reef #C8DF95

Color information

#C8DF95 (or 0xC8DF95) is unknown color: approx Reef. HEX triplet: C8, DF and 95. RGB value is (200,223,149). Sum of RGB (Red+Green+Blue) = 200+223+149=572 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.97% from 572); Green value is 223 (87.5% from 255 or 38.99% from 572); Blue value is 149 (58.59% from 255 or 26.05% from 572); Max value from RGB is 223 - color contains mainly: green. Hex color #C8DF95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DF95 is #37206A. Grayscale: #CFCFCF. Windows color (decimal): -3612779 or 9822152. OLE color: 9822152.

HSL color Cylindrical-coordinate representation of color #C8DF95: hue angle of 78.65º degrees, saturation: 0.54, 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 #C8DF95 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB200223149-
CMYK0.1000.330.13
HSL78.65º53.62%72.94%-
HSV(B)78.65º33.18%87.45%-
XYZ55.6367.2238.48-
YUV207.6994.88122.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.97%
GREEN value IS 223 (87.5% from 255) = 38.99%
BLUE value IS 149 (58.59% from 255) = 26.05%
R=34.97%
G=38.99%
B=26.05%

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
Decimal2002231490.1000.330.1378.6553.6272.94
HexC8DF95A021D4f3649
Octal310337225120411511766111
Binary11001000110111111001010110100100001110110011111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DF95; }

 p { color: rgb(200,223,149); }

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

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

 a { background-color: rgb(200,223,149); }

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

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

 span { border-color: rgb(200,223,149); }

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