Shades of Reef #CDF29A
Tints of Reef #CDF29A
RGB
CMYK
RGB Variations
Color information
#CDF29A (or 0xCDF29A) is known color: Reef. HEX triplet: CD, F2 and 9A. RGB value is (205,242,154). Sum of RGB (Red+Green+Blue) = 205+242+154=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 242 (94.92% from 255 or 40.27% from 601); Blue value is 154 (60.55% from 255 or 25.62% from 601); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF29A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF29A is #320D65. Grayscale: #DDDDDD. Windows color (decimal): -3280230 or 10154701. OLE color: 10154701.
HSL color Cylindrical-coordinate representation of color #CDF29A: hue angle of 85.23º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CDF29A is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 154 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.05 |
| HSL | 85.23º | 0.77% | 0.78% | - |
| HSV(B) | 85.23º | 0.36% | 0.95% | - |
| XYZ | 62.76 | 78.82 | 42.48 | - |
| YUV | 220.91 | 90.24 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 154 | 0.15 | 0 | 0.36 | 0.05 | 85.23 | 0.77 | 0.78 |
| Hex | CD | F2 | 9A | F | 0 | 24 | 5 | 55 | 4D | 4E |
| Octal | 315 | 362 | 232 | 17 | 0 | 44 | 5 | 125 | 115 | 116 |
| Binary | 11001101 | 11110010 | 10011010 | 1111 | 0 | 100100 | 101 | 1010101 | 1001101 | 1001110 |
Color Harmonies of #CDF29A
Complementary color
Monochromatic Colors of #CDF29A
Black with #CDF29A
Text Example
Text Example
White with #CDF29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF29A; }
p { color: rgb(205,242,154); }
H1.HeaderClassName
{
color: #CDF29A;
}
.AnyTagClassName
{
color: #CDF29A;
}
</style>
background-color css
<style>
a { background-color: #CDF29A; }
a { background-color: rgb(205,242,154); }
div.DivClassName
{
background-color: #CDF29A;
}
.BgClassName
{
background-color: #CDF29A;
}
</style>
border-color css
<style>
span { border-color: #CDF29A; }
span { border-color: rgb(205,242,154); }
td.TdClassName
{
border-color: #CDF29A;
}
.TagClassName
{
border-color: #CDF29A;
}
</style>