Shades of Sulu #CDF08C
Tints of Sulu #CDF08C
RGB
CMYK
RGB Variations
Color information
#CDF08C (or 0xCDF08C) is known color: Sulu. HEX triplet: CD, F0 and 8C. RGB value is (205,240,140). Sum of RGB (Red+Green+Blue) = 205+240+140=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 240 (94.14% from 255 or 41.03% from 585); Blue value is 140 (55.08% from 255 or 23.93% from 585); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF08C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF08C is #320F73. Grayscale: #DADADA. Windows color (decimal): -3280756 or 9236685. OLE color: 9236685.
HSL color Cylindrical-coordinate representation of color #CDF08C: hue angle of 81º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDF08C is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 140 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.06 |
| HSL | 81º | 0.77% | 0.75% | - |
| HSV(B) | 81º | 0.42% | 0.94% | - |
| XYZ | 61.07 | 77.19 | 36.49 | - |
| YUV | 218.14 | 83.9 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 140 | 0.15 | 0 | 0.42 | 0.06 | 81 | 0.77 | 0.75 |
| Hex | CD | F0 | 8C | F | 0 | 2A | 6 | 51 | 4D | 4B |
| Octal | 315 | 360 | 214 | 17 | 0 | 52 | 6 | 121 | 115 | 113 |
| Binary | 11001101 | 11110000 | 10001100 | 1111 | 0 | 101010 | 110 | 1010001 | 1001101 | 1001011 |
Color Harmonies of #CDF08C
Complementary color
Monochromatic Colors of #CDF08C
Black with #CDF08C
Text Example
Text Example
White with #CDF08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF08C; }
p { color: rgb(205,240,140); }
H1.HeaderClassName
{
color: #CDF08C;
}
.AnyTagClassName
{
color: #CDF08C;
}
</style>
background-color css
<style>
a { background-color: #CDF08C; }
a { background-color: rgb(205,240,140); }
div.DivClassName
{
background-color: #CDF08C;
}
.BgClassName
{
background-color: #CDF08C;
}
</style>
border-color css
<style>
span { border-color: #CDF08C; }
span { border-color: rgb(205,240,140); }
td.TdClassName
{
border-color: #CDF08C;
}
.TagClassName
{
border-color: #CDF08C;
}
</style>