#CDE09A

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

Shades of Reef #CDE09A

Tints of Reef #CDE09A

Color information

#CDE09A (or 0xCDE09A) is unknown color: approx Reef. HEX triplet: CD, E0 and 9A. RGB value is (205,224,154). Sum of RGB (Red+Green+Blue) = 205+224+154=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 224 (87.89% from 255 or 38.42% from 583); Blue value is 154 (60.55% from 255 or 26.42% from 583); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE09A is #321F65. Grayscale: #D2D2D2. Windows color (decimal): -3284838 or 10150093. OLE color: 10150093.

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

Color convert

RGB205224154-
CMYK0.0800.310.12
HSL76.29º53.03%74.12%-
HSV(B)76.29º31.25%87.84%-
XYZ57.6768.6240.78-
YUV210.3496.21124.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.16%
GREEN value IS 224 (87.89% from 255) = 38.42%
BLUE value IS 154 (60.55% from 255) = 26.42%
R=35.16%
G=38.42%
B=26.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052241540.0800.310.1276.2953.0374.12
HexCDE09A801FC4c354a
Octal315340232100371411465112
Binary1100110111100000100110101000011111110010011001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE09A; }

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

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

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

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

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

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

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

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