#CDF48F

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

Shades of Reef #CDF48F

Tints of Reef #CDF48F

Color information

#CDF48F (or 0xCDF48F) is unknown color: approx Reef. HEX triplet: CD, F4 and 8F. RGB value is (205,244,143). Sum of RGB (Red+Green+Blue) = 205+244+143=592 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.63% from 592); Green value is 244 (95.70% from 255 or 41.22% from 592); Blue value is 143 (56.25% from 255 or 24.16% from 592); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF48F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF48F is #320B70. Grayscale: #DDDDDD. Windows color (decimal): -3279729 or 9434317. OLE color: 9434317.

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

Color convert

RGB205244143-
CMYK0.1600.410.04
HSL83.17º82.11%75.88%-
HSV(B)83.17º41.39%95.69%-
XYZ62.4979.6638.07-
YUV220.8284.08116.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.63%
GREEN value IS 244 (95.70% from 255) = 41.22%
BLUE value IS 143 (56.25% from 255) = 24.16%
R=34.63%
G=41.22%
B=24.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052441430.1600.410.0483.1782.1175.88
HexCDF48F10029453524c
Octal315364217200514123122114
Binary110011011111010010001111100000101001100101001110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF48F; }

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

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

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

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

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

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

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

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