#CDE69C

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

Shades of Reef #CDE69C

Tints of Reef #CDE69C

Color information

#CDE69C (or 0xCDE69C) is unknown color: approx Reef. HEX triplet: CD, E6 and 9C. RGB value is (205,230,156). Sum of RGB (Red+Green+Blue) = 205+230+156=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 230 (90.23% from 255 or 38.92% from 591); Blue value is 156 (61.33% from 255 or 26.40% from 591); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE69C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE69C is #321963. Grayscale: #D6D6D6. Windows color (decimal): -3283300 or 10282701. OLE color: 10282701.

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

Color convert

RGB205230156-
CMYK0.1100.320.10
HSL80.27º59.68%75.69%-
HSV(B)80.27º32.17%90.2%-
XYZ59.4771.9742.21-
YUV214.0995.22121.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.69%
GREEN value IS 230 (90.23% from 255) = 38.92%
BLUE value IS 156 (61.33% from 255) = 26.40%
R=34.69%
G=38.92%
B=26.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2052301560.1100.320.1080.2759.6875.69
HexCDE69CB020A503c4c
Octal315346234130401212074114
Binary11001101111001101001110010110100000101010100001111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE69C; }

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

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

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

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

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

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

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

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