Shades of Sulu #CFF08C
Tints of Sulu #CFF08C
RGB
CMYK
RGB Variations
Color information
#CFF08C (or 0xCFF08C) is known color: Sulu. HEX triplet: CF, F0 and 8C. RGB value is (207,240,140). Sum of RGB (Red+Green+Blue) = 207+240+140=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 240 (94.14% from 255 or 40.89% from 587); Blue value is 140 (55.08% from 255 or 23.85% from 587); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF08C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF08C is #300F73. Grayscale: #DBDBDB. Windows color (decimal): -3149684 or 9236687. OLE color: 9236687.
HSL color Cylindrical-coordinate representation of color #CFF08C: hue angle of 79.8º 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 #CFF08C is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 140 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.06 |
| HSL | 79.8º | 0.77% | 0.75% | - |
| HSV(B) | 79.8º | 0.42% | 0.94% | - |
| XYZ | 61.63 | 77.48 | 36.52 | - |
| YUV | 218.73 | 83.57 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 140 | 0.14 | 0 | 0.42 | 0.06 | 79.8 | 0.77 | 0.75 |
| Hex | CF | F0 | 8C | E | 0 | 2A | 6 | 50 | 4D | 4B |
| Octal | 317 | 360 | 214 | 16 | 0 | 52 | 6 | 120 | 115 | 113 |
| Binary | 11001111 | 11110000 | 10001100 | 1110 | 0 | 101010 | 110 | 1010000 | 1001101 | 1001011 |
Color Harmonies of #CFF08C
Complementary color
Monochromatic Colors of #CFF08C
Black with #CFF08C
Text Example
Text Example
White with #CFF08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF08C; }
p { color: rgb(207,240,140); }
H1.HeaderClassName
{
color: #CFF08C;
}
.AnyTagClassName
{
color: #CFF08C;
}
</style>
background-color css
<style>
a { background-color: #CFF08C; }
a { background-color: rgb(207,240,140); }
div.DivClassName
{
background-color: #CFF08C;
}
.BgClassName
{
background-color: #CFF08C;
}
</style>
border-color css
<style>
span { border-color: #CFF08C; }
span { border-color: rgb(207,240,140); }
td.TdClassName
{
border-color: #CFF08C;
}
.TagClassName
{
border-color: #CFF08C;
}
</style>