#CDF29D

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

Shades of Reef #CDF29D

Tints of Reef #CDF29D

Color information

#CDF29D (or 0xCDF29D) is unknown color: approx Reef. HEX triplet: CD, F2 and 9D. RGB value is (205,242,157). Sum of RGB (Red+Green+Blue) = 205+242+157=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 242 (94.92% from 255 or 40.07% from 604); Blue value is 157 (61.72% from 255 or 25.99% from 604); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF29D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF29D is #320D62. Grayscale: #DDDDDD. Windows color (decimal): -3280227 or 10351309. OLE color: 10351309.

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

Color convert

RGB205242157-
CMYK0.1500.350.05
HSL86.12º76.58%78.24%-
HSV(B)86.12º35.12%94.9%-
XYZ63.0178.9243.81-
YUV221.2591.74116.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.94%
GREEN value IS 242 (94.92% from 255) = 40.07%
BLUE value IS 157 (61.72% from 255) = 25.99%
R=33.94%
G=40.07%
B=25.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052421570.1500.350.0586.1276.5878.24
HexCDF29DF0235564d4e
Octal315362235170435126115116
Binary11001101111100101001110111110100011101101011010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF29D; }

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

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

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

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

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

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

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

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