#CDF09A

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

Shades of Reef #CDF09A

Tints of Reef #CDF09A

Color information

#CDF09A (or 0xCDF09A) is unknown color: approx Reef. HEX triplet: CD, F0 and 9A. RGB value is (205,240,154). Sum of RGB (Red+Green+Blue) = 205+240+154=599 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.22% from 599); Green value is 240 (94.14% from 255 or 40.07% from 599); Blue value is 154 (60.55% from 255 or 25.71% from 599); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF09A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF09A is #320F65. Grayscale: #DCDCDC. Windows color (decimal): -3280742 or 10154189. OLE color: 10154189.

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

Color convert

RGB205240154-
CMYK0.1500.360.06
HSL84.42º74.14%77.25%-
HSV(B)84.42º35.83%94.12%-
XYZ62.1777.6342.28-
YUV219.7390.9117.49-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.22%
GREEN value IS 240 (94.14% from 255) = 40.07%
BLUE value IS 154 (60.55% from 255) = 25.71%
R=34.22%
G=40.07%
B=25.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052401540.1500.360.0684.4274.1477.25
HexCDF09AF0246544a4d
Octal315360232170446124112115
Binary11001101111100001001101011110100100110101010010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF09A; }

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

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

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

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

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

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

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

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