Shades of Reef #CDF28F
Tints of Reef #CDF28F
RGB
CMYK
RGB Variations
Color information
#CDF28F (or 0xCDF28F) is known color: Reef. HEX triplet: CD, F2 and 8F. RGB value is (205,242,143). Sum of RGB (Red+Green+Blue) = 205+242+143=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 242 (94.92% from 255 or 41.02% from 590); Blue value is 143 (56.25% from 255 or 24.24% from 590); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF28F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF28F is #320D70. Grayscale: #DCDCDC. Windows color (decimal): -3280241 or 9433805. OLE color: 9433805.
HSL color Cylindrical-coordinate representation of color #CDF28F: hue angle of 82.42º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDF28F is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 143 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.05 |
| HSL | 82.42º | 0.79% | 0.75% | - |
| HSV(B) | 82.42º | 0.41% | 0.95% | - |
| XYZ | 61.89 | 78.47 | 37.87 | - |
| YUV | 219.65 | 84.74 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 143 | 0.15 | 0 | 0.41 | 0.05 | 82.42 | 0.79 | 0.75 |
| Hex | CD | F2 | 8F | F | 0 | 29 | 5 | 52 | 4F | 4B |
| Octal | 315 | 362 | 217 | 17 | 0 | 51 | 5 | 122 | 117 | 113 |
| Binary | 11001101 | 11110010 | 10001111 | 1111 | 0 | 101001 | 101 | 1010010 | 1001111 | 1001011 |
Color Harmonies of #CDF28F
Complementary color
Monochromatic Colors of #CDF28F
Black with #CDF28F
Text Example
Text Example
White with #CDF28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF28F; }
p { color: rgb(205,242,143); }
H1.HeaderClassName
{
color: #CDF28F;
}
.AnyTagClassName
{
color: #CDF28F;
}
</style>
background-color css
<style>
a { background-color: #CDF28F; }
a { background-color: rgb(205,242,143); }
div.DivClassName
{
background-color: #CDF28F;
}
.BgClassName
{
background-color: #CDF28F;
}
</style>
border-color css
<style>
span { border-color: #CDF28F; }
span { border-color: rgb(205,242,143); }
td.TdClassName
{
border-color: #CDF28F;
}
.TagClassName
{
border-color: #CDF28F;
}
</style>