#C6DD95

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

Shades of Reef #C6DD95

Tints of Reef #C6DD95

Color information

#C6DD95 (or 0xC6DD95) is unknown color: approx Reef. HEX triplet: C6, DD and 95. RGB value is (198,221,149). Sum of RGB (Red+Green+Blue) = 198+221+149=568 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.86% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 149 (58.59% from 255 or 26.23% from 568); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6DD95 is #39226A. Grayscale: #CECECE. Windows color (decimal): -3744363 or 9821638. OLE color: 9821638.

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

Color convert

RGB198221149-
CMYK0.1000.330.13
HSL79.17º51.43%72.55%-
HSV(B)79.17º32.58%86.67%-
XYZ54.5765.8938.28-
YUV205.9295.88122.35-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.86%
GREEN value IS 221 (86.72% from 255) = 38.91%
BLUE value IS 149 (58.59% from 255) = 26.23%
R=34.86%
G=38.91%
B=26.23%

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
Decimal1982211490.1000.330.1379.1751.4372.55
HexC6DD95A021D4f3349
Octal306335225120411511763111
Binary11000110110111011001010110100100001110110011111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DD95; }

 p { color: rgb(198,221,149); }

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

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

 a { background-color: rgb(198,221,149); }

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

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

 span { border-color: rgb(198,221,149); }

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