Shades of Sulu #CDF87F
Tints of Sulu #CDF87F
RGB
CMYK
RGB Variations
Color information
#CDF87F (or 0xCDF87F) is known color: Sulu. HEX triplet: CD, F8 and 7F. RGB value is (205,248,127). Sum of RGB (Red+Green+Blue) = 205+248+127=580 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.34% from 580); Green value is 248 (97.27% from 255 or 42.76% from 580); Blue value is 127 (50% from 255 or 21.90% from 580); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF87F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF87F is #320780. Grayscale: #DDDDDD. Windows color (decimal): -3278721 or 8386765. OLE color: 8386765.
HSL color Cylindrical-coordinate representation of color #CDF87F: hue angle of 81.32º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CDF87F is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 248 | 127 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.03 |
| HSL | 81.32º | 0.9% | 0.74% | - |
| HSV(B) | 81.32º | 0.49% | 0.97% | - |
| XYZ | 62.58 | 81.65 | 32.54 | - |
| YUV | 221.35 | 74.75 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 248 | 127 | 0.17 | 0 | 0.49 | 0.03 | 81.32 | 0.9 | 0.74 |
| Hex | CD | F8 | 7F | 11 | 0 | 31 | 3 | 51 | 5A | 4A |
| Octal | 315 | 370 | 177 | 21 | 0 | 61 | 3 | 121 | 132 | 112 |
| Binary | 11001101 | 11111000 | 1111111 | 10001 | 0 | 110001 | 11 | 1010001 | 1011010 | 1001010 |
Color Harmonies of #CDF87F
Complementary color
Monochromatic Colors of #CDF87F
Black with #CDF87F
Text Example
Text Example
White with #CDF87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF87F; }
p { color: rgb(205,248,127); }
H1.HeaderClassName
{
color: #CDF87F;
}
.AnyTagClassName
{
color: #CDF87F;
}
</style>
background-color css
<style>
a { background-color: #CDF87F; }
a { background-color: rgb(205,248,127); }
div.DivClassName
{
background-color: #CDF87F;
}
.BgClassName
{
background-color: #CDF87F;
}
</style>
border-color css
<style>
span { border-color: #CDF87F; }
span { border-color: rgb(205,248,127); }
td.TdClassName
{
border-color: #CDF87F;
}
.TagClassName
{
border-color: #CDF87F;
}
</style>