#CDE49B

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

Shades of Reef #CDE49B

Tints of Reef #CDE49B

Color information

#CDE49B (or 0xCDE49B) is unknown color: approx Reef. HEX triplet: CD, E4 and 9B. RGB value is (205,228,155). Sum of RGB (Red+Green+Blue) = 205+228+155=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 228 (89.45% from 255 or 38.78% from 588); Blue value is 155 (60.94% from 255 or 26.36% from 588); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE49B is #321B64. Grayscale: #D5D5D5. Windows color (decimal): -3283813 or 10216653. OLE color: 10216653.

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

Color convert

RGB205228155-
CMYK0.1000.320.11
HSL78.9º57.48%75.1%-
HSV(B)78.9º32.02%89.41%-
XYZ58.8470.8341.58-
YUV212.895.38122.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.86%
GREEN value IS 228 (89.45% from 255) = 38.78%
BLUE value IS 155 (60.94% from 255) = 26.36%
R=34.86%
G=38.78%
B=26.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052281550.1000.320.1178.957.4875.1
HexCDE49BA020B4f394b
Octal315344233120401311771113
Binary11001101111001001001101110100100000101110011111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE49B; }

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

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

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

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

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

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

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

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