#CDE099

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

Shades of Reef #CDE099

Tints of Reef #CDE099

Color information

#CDE099 (or 0xCDE099) is unknown color: approx Reef. HEX triplet: CD, E0 and 99. RGB value is (205,224,153). Sum of RGB (Red+Green+Blue) = 205+224+153=582 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.22% from 582); Green value is 224 (87.89% from 255 or 38.49% from 582); Blue value is 153 (60.16% from 255 or 26.29% from 582); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE099 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE099 is #321F66. Grayscale: #D2D2D2. Windows color (decimal): -3284839 or 10084557. OLE color: 10084557.

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

Color convert

RGB205224153-
CMYK0.0800.320.12
HSL76.06º53.38%73.92%-
HSV(B)76.06º31.7%87.84%-
XYZ57.5868.5940.34-
YUV210.2295.71124.27-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.22%
GREEN value IS 224 (87.89% from 255) = 38.49%
BLUE value IS 153 (60.16% from 255) = 26.29%
R=35.22%
G=38.49%
B=26.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052241530.0800.320.1276.0653.3873.92
HexCDE0998020C4c354a
Octal315340231100401411465112
Binary11001101111000001001100110000100000110010011001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE099; }

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

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

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

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

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

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

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

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