#CDF09D

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

Shades of Reef #CDF09D

Tints of Reef #CDF09D

Color information

#CDF09D (or 0xCDF09D) is unknown color: approx Reef. HEX triplet: CD, F0 and 9D. RGB value is (205,240,157). Sum of RGB (Red+Green+Blue) = 205+240+157=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 240 (94.14% from 255 or 39.87% from 602); Blue value is 157 (61.72% from 255 or 26.08% from 602); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF09D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF09D is #320F62. Grayscale: #DCDCDC. Windows color (decimal): -3280739 or 10350797. OLE color: 10350797.

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

Color convert

RGB205240157-
CMYK0.1500.350.06
HSL85.3º73.45%77.84%-
HSV(B)85.3º34.58%94.12%-
XYZ62.4277.7343.61-
YUV220.0792.4117.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.05%
GREEN value IS 240 (94.14% from 255) = 39.87%
BLUE value IS 157 (61.72% from 255) = 26.08%
R=34.05%
G=39.87%
B=26.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052401570.1500.350.0685.373.4577.84
HexCDF09DF023655494e
Octal315360235170436125111116
Binary11001101111100001001110111110100011110101010110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF09D; }

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

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

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

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

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

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

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

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