#CDE699

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

Shades of Reef #CDE699

Tints of Reef #CDE699

Color information

#CDE699 (or 0xCDE699) is unknown color: approx Reef. HEX triplet: CD, E6 and 99. RGB value is (205,230,153). Sum of RGB (Red+Green+Blue) = 205+230+153=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 230 (90.23% from 255 or 39.12% from 588); Blue value is 153 (60.16% from 255 or 26.02% from 588); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE699 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE699 is #321966. Grayscale: #D6D6D6. Windows color (decimal): -3283303 or 10086093. OLE color: 10086093.

HSL color Cylindrical-coordinate representation of color #CDE699: hue angle of 79.48º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDE699 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB205230153-
CMYK0.1100.330.10
HSL79.48º60.63%75.1%-
HSV(B)79.48º33.48%90.2%-
XYZ59.2271.8740.89-
YUV213.7593.72121.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.86%
GREEN value IS 230 (90.23% from 255) = 39.12%
BLUE value IS 153 (60.16% from 255) = 26.02%
R=34.86%
G=39.12%
B=26.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2052301530.1100.330.1079.4860.6375.1
HexCDE699B021A4f3d4b
Octal315346231130411211775113
Binary11001101111001101001100110110100001101010011111111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE699; }

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

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

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

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

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

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

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

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