Shades of Reef #CDF38E
Tints of Reef #CDF38E
RGB
CMYK
RGB Variations
Color information
#CDF38E (or 0xCDF38E) is known color: Reef. HEX triplet: CD, F3 and 8E. RGB value is (205,243,142). Sum of RGB (Red+Green+Blue) = 205+243+142=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 243 (95.31% from 255 or 41.19% from 590); Blue value is 142 (55.86% from 255 or 24.07% from 590); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF38E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF38E is #320C71. Grayscale: #DCDCDC. Windows color (decimal): -3279986 or 9368525. OLE color: 9368525.
HSL color Cylindrical-coordinate representation of color #CDF38E: hue angle of 82.57º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDF38E is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 142 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.05 |
| HSL | 82.57º | 0.81% | 0.75% | - |
| HSV(B) | 82.57º | 0.42% | 0.95% | - |
| XYZ | 62.11 | 79.03 | 37.57 | - |
| YUV | 220.12 | 83.91 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 142 | 0.16 | 0 | 0.42 | 0.05 | 82.57 | 0.81 | 0.75 |
| Hex | CD | F3 | 8E | 10 | 0 | 2A | 5 | 53 | 51 | 4B |
| Octal | 315 | 363 | 216 | 20 | 0 | 52 | 5 | 123 | 121 | 113 |
| Binary | 11001101 | 11110011 | 10001110 | 10000 | 0 | 101010 | 101 | 1010011 | 1010001 | 1001011 |
Color Harmonies of #CDF38E
Complementary color
Monochromatic Colors of #CDF38E
Black with #CDF38E
Text Example
Text Example
White with #CDF38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF38E; }
p { color: rgb(205,243,142); }
H1.HeaderClassName
{
color: #CDF38E;
}
.AnyTagClassName
{
color: #CDF38E;
}
</style>
background-color css
<style>
a { background-color: #CDF38E; }
a { background-color: rgb(205,243,142); }
div.DivClassName
{
background-color: #CDF38E;
}
.BgClassName
{
background-color: #CDF38E;
}
</style>
border-color css
<style>
span { border-color: #CDF38E; }
span { border-color: rgb(205,243,142); }
td.TdClassName
{
border-color: #CDF38E;
}
.TagClassName
{
border-color: #CDF38E;
}
</style>