#CDE095

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

Shades of Reef #CDE095

Tints of Reef #CDE095

Color information

#CDE095 (or 0xCDE095) is unknown color: approx Reef. HEX triplet: CD, E0 and 95. RGB value is (205,224,149). Sum of RGB (Red+Green+Blue) = 205+224+149=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 224 (87.89% from 255 or 38.75% from 578); Blue value is 149 (58.59% from 255 or 25.78% from 578); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE095 is #321F6A. Grayscale: #D2D2D2. Windows color (decimal): -3284843 or 9822413. OLE color: 9822413.

HSL color Cylindrical-coordinate representation of color #CDE095: hue angle of 75.2º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDE095 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB205224149-
CMYK0.0800.330.12
HSL75.2º54.74%73.14%-
HSV(B)75.2º33.48%87.84%-
XYZ57.2668.4638.63-
YUV209.7793.71124.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.47%
GREEN value IS 224 (87.89% from 255) = 38.75%
BLUE value IS 149 (58.59% from 255) = 25.78%
R=35.47%
G=38.75%
B=25.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052241490.0800.330.1275.254.7473.14
HexCDE0958021C4b3749
Octal315340225100411411367111
Binary11001101111000001001010110000100001110010010111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE095; }

 p { color: rgb(205,224,149); }

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

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

 a { background-color: rgb(205,224,149); }

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

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

 span { border-color: rgb(205,224,149); }

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