#CDF49E

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

Shades of Reef #CDF49E

Tints of Reef #CDF49E

Color information

#CDF49E (or 0xCDF49E) is unknown color: approx Reef. HEX triplet: CD, F4 and 9E. RGB value is (205,244,158). Sum of RGB (Red+Green+Blue) = 205+244+158=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 244 (95.70% from 255 or 40.20% from 607); Blue value is 158 (62.11% from 255 or 26.03% from 607); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF49E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF49E is #320B61. Grayscale: #DEDEDE. Windows color (decimal): -3279714 or 10417357. OLE color: 10417357.

HSL color Cylindrical-coordinate representation of color #CDF49E: hue angle of 87.21º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CDF49E is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB205244158-
CMYK0.1600.350.04
HSL87.21º79.63%78.82%-
HSV(B)87.21º35.25%95.69%-
XYZ63.780.1544.46-
YUV222.5391.58115.49-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.77%
GREEN value IS 244 (95.70% from 255) = 40.20%
BLUE value IS 158 (62.11% from 255) = 26.03%
R=33.77%
G=40.20%
B=26.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052441580.1600.350.0487.2179.6378.82
HexCDF49E10023457504f
Octal315364236200434127120117
Binary110011011111010010011110100000100011100101011110100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF49E; }

 p { color: rgb(205,244,158); }

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

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

 a { background-color: rgb(205,244,158); }

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

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

 span { border-color: rgb(205,244,158); }

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