Shades of Reef #CDF28E
Tints of Reef #CDF28E
RGB
CMYK
RGB Variations
Color information
#CDF28E (or 0xCDF28E) is known color: Reef. HEX triplet: CD, F2 and 8E. RGB value is (205,242,142). Sum of RGB (Red+Green+Blue) = 205+242+142=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 242 (94.92% from 255 or 41.09% from 589); Blue value is 142 (55.86% from 255 or 24.11% from 589); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF28E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF28E is #320D71. Grayscale: #DBDBDB. Windows color (decimal): -3280242 or 9368269. OLE color: 9368269.
HSL color Cylindrical-coordinate representation of color #CDF28E: hue angle of 82.2º 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 #CDF28E is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 142 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.05 |
| HSL | 82.2º | 0.79% | 0.75% | - |
| HSV(B) | 82.2º | 0.41% | 0.95% | - |
| XYZ | 61.81 | 78.44 | 37.47 | - |
| YUV | 219.54 | 84.24 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 142 | 0.15 | 0 | 0.41 | 0.05 | 82.2 | 0.79 | 0.75 |
| Hex | CD | F2 | 8E | F | 0 | 29 | 5 | 52 | 4F | 4B |
| Octal | 315 | 362 | 216 | 17 | 0 | 51 | 5 | 122 | 117 | 113 |
| Binary | 11001101 | 11110010 | 10001110 | 1111 | 0 | 101001 | 101 | 1010010 | 1001111 | 1001011 |
Color Harmonies of #CDF28E
Complementary color
Monochromatic Colors of #CDF28E
Black with #CDF28E
Text Example
Text Example
White with #CDF28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF28E; }
p { color: rgb(205,242,142); }
H1.HeaderClassName
{
color: #CDF28E;
}
.AnyTagClassName
{
color: #CDF28E;
}
</style>
background-color css
<style>
a { background-color: #CDF28E; }
a { background-color: rgb(205,242,142); }
div.DivClassName
{
background-color: #CDF28E;
}
.BgClassName
{
background-color: #CDF28E;
}
</style>
border-color css
<style>
span { border-color: #CDF28E; }
span { border-color: rgb(205,242,142); }
td.TdClassName
{
border-color: #CDF28E;
}
.TagClassName
{
border-color: #CDF28E;
}
</style>