#cdf58e

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

Shades of Reef #CDF58E

Tints of Reef #CDF58E

Color information

#CDF58E (or 0xCDF58E) is unknown color: approx Reef. HEX triplet: CD, F5 and 8E. RGB value is (205,245,142). Sum of RGB (Red+Green+Blue) = 205+245+142=592 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.63% from 592); Green value is 245 (96.09% from 255 or 41.39% from 592); Blue value is 142 (55.86% from 255 or 23.99% from 592); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF58E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF58E is #320A71. Grayscale: #DDDDDD. Windows color (decimal): -3279474 or 9369037. OLE color: 9369037.

HSL color Cylindrical-coordinate representation of color #CDF58E: hue angle of 83.3º degrees, saturation: 0.84, 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 #CDF58E is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB205245142-
CMYK0.1600.420.04
HSL83.3º83.74%75.88%-
HSV(B)83.3º42.04%96.08%-
XYZ62.7180.2437.77-
YUV221.383.25116.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.63%
GREEN value IS 245 (96.09% from 255) = 41.39%
BLUE value IS 142 (55.86% from 255) = 23.99%
R=34.63%
G=41.39%
B=23.99%

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
Decimal2052451420.1600.420.0483.383.7475.88
HexCDF58E1002A453544c
Octal315365216200524123124114
Binary110011011111010110001110100000101010100101001110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cdf58e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cdf58e; }

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

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

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

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

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

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

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

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