#CDF48E

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

Shades of Reef #CDF48E

Tints of Reef #CDF48E

Color information

#CDF48E (or 0xCDF48E) is unknown color: approx Reef. HEX triplet: CD, F4 and 8E. RGB value is (205,244,142). Sum of RGB (Red+Green+Blue) = 205+244+142=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 244 (95.70% from 255 or 41.29% from 591); Blue value is 142 (55.86% from 255 or 24.03% from 591); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF48E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF48E is #320B71. Grayscale: #DDDDDD. Windows color (decimal): -3279730 or 9368781. OLE color: 9368781.

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

Color convert

RGB205244142-
CMYK0.1600.420.04
HSL82.94º82.26%75.69%-
HSV(B)82.94º41.8%95.69%-
XYZ62.4179.6337.67-
YUV220.7183.58116.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.69%
GREEN value IS 244 (95.70% from 255) = 41.29%
BLUE value IS 142 (55.86% from 255) = 24.03%
R=34.69%
G=41.29%
B=24.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052441420.1600.420.0482.9482.2675.69
HexCDF48E1002A453524c
Octal315364216200524123122114
Binary110011011111010010001110100000101010100101001110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF48E; }

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

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

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

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

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

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

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

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