#CDF09E

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

Shades of Reef #CDF09E

Tints of Reef #CDF09E

Color information

#CDF09E (or 0xCDF09E) is unknown color: approx Reef. HEX triplet: CD, F0 and 9E. RGB value is (205,240,158). Sum of RGB (Red+Green+Blue) = 205+240+158=603 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.00% from 603); Green value is 240 (94.14% from 255 or 39.80% from 603); Blue value is 158 (62.11% from 255 or 26.20% from 603); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF09E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF09E is #320F61. Grayscale: #DCDCDC. Windows color (decimal): -3280738 or 10416333. OLE color: 10416333.

HSL color Cylindrical-coordinate representation of color #CDF09E: hue angle of 85.61º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDF09E is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB205240158-
CMYK0.1500.340.06
HSL85.61º73.21%78.04%-
HSV(B)85.61º34.17%94.12%-
XYZ62.5177.7744.06-
YUV220.1992.9117.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.00%
GREEN value IS 240 (94.14% from 255) = 39.80%
BLUE value IS 158 (62.11% from 255) = 26.20%
R=34.00%
G=39.80%
B=26.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052401580.1500.340.0685.6173.2178.04
HexCDF09EF022656494e
Octal315360236170426126111116
Binary11001101111100001001111011110100010110101011010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF09E; }

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

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

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

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

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

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

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

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