#CDE49A

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

Shades of Reef #CDE49A

Tints of Reef #CDE49A

Color information

#CDE49A (or 0xCDE49A) is unknown color: approx Reef. HEX triplet: CD, E4 and 9A. RGB value is (205,228,154). Sum of RGB (Red+Green+Blue) = 205+228+154=587 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.92% from 587); Green value is 228 (89.45% from 255 or 38.84% from 587); Blue value is 154 (60.55% from 255 or 26.24% from 587); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE49A is #321B65. Grayscale: #D4D4D4. Windows color (decimal): -3283814 or 10151117. OLE color: 10151117.

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

Color convert

RGB205228154-
CMYK0.1000.320.11
HSL78.65º57.81%74.9%-
HSV(B)78.65º32.46%89.41%-
XYZ58.7570.841.14-
YUV212.6994.88122.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.92%
GREEN value IS 228 (89.45% from 255) = 38.84%
BLUE value IS 154 (60.55% from 255) = 26.24%
R=34.92%
G=38.84%
B=26.24%

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
Decimal2052281540.1000.320.1178.6557.8174.9
HexCDE49AA020B4f3a4b
Octal315344232120401311772113
Binary11001101111001001001101010100100000101110011111110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE49A; }

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

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

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

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

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

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

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

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