#CDE69B

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

Shades of Reef #CDE69B

Tints of Reef #CDE69B

Color information

#CDE69B (or 0xCDE69B) is unknown color: approx Reef. HEX triplet: CD, E6 and 9B. RGB value is (205,230,155). Sum of RGB (Red+Green+Blue) = 205+230+155=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 230 (90.23% from 255 or 38.98% from 590); Blue value is 155 (60.94% from 255 or 26.27% from 590); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE69B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE69B is #321964. Grayscale: #D6D6D6. Windows color (decimal): -3283301 or 10217165. OLE color: 10217165.

HSL color Cylindrical-coordinate representation of color #CDE69B: hue angle of 80º degrees, saturation: 0.6, 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 #CDE69B is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB205230155-
CMYK0.1100.330.10
HSL80º60%75.49%-
HSV(B)80º32.61%90.2%-
XYZ59.3971.9441.77-
YUV213.9794.72121.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.75%
GREEN value IS 230 (90.23% from 255) = 38.98%
BLUE value IS 155 (60.94% from 255) = 26.27%
R=34.75%
G=38.98%
B=26.27%

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
Decimal2052301550.1100.330.10806075.49
HexCDE69BB021A503c4b
Octal315346233130411212074113
Binary11001101111001101001101110110100001101010100001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE69B; }

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

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

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

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

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

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

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

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