Shades of Sulu #CFF08D
Tints of Sulu #CFF08D
RGB
CMYK
RGB Variations
Color information
#CFF08D (or 0xCFF08D) is known color: Sulu. HEX triplet: CF, F0 and 8D. RGB value is (207,240,141). Sum of RGB (Red+Green+Blue) = 207+240+141=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 240 (94.14% from 255 or 40.82% from 588); Blue value is 141 (55.47% from 255 or 23.98% from 588); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF08D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF08D is #300F72. Grayscale: #DBDBDB. Windows color (decimal): -3149683 or 9302223. OLE color: 9302223.
HSL color Cylindrical-coordinate representation of color #CFF08D: hue angle of 80º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFF08D is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 141 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.06 |
| HSL | 80º | 0.77% | 0.75% | - |
| HSV(B) | 80º | 0.41% | 0.94% | - |
| XYZ | 61.7 | 77.51 | 36.91 | - |
| YUV | 218.85 | 84.07 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 141 | 0.14 | 0 | 0.41 | 0.06 | 80 | 0.77 | 0.75 |
| Hex | CF | F0 | 8D | E | 0 | 29 | 6 | 50 | 4D | 4B |
| Octal | 317 | 360 | 215 | 16 | 0 | 51 | 6 | 120 | 115 | 113 |
| Binary | 11001111 | 11110000 | 10001101 | 1110 | 0 | 101001 | 110 | 1010000 | 1001101 | 1001011 |
Color Harmonies of #CFF08D
Complementary color
Monochromatic Colors of #CFF08D
Black with #CFF08D
Text Example
Text Example
White with #CFF08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF08D; }
p { color: rgb(207,240,141); }
H1.HeaderClassName
{
color: #CFF08D;
}
.AnyTagClassName
{
color: #CFF08D;
}
</style>
background-color css
<style>
a { background-color: #CFF08D; }
a { background-color: rgb(207,240,141); }
div.DivClassName
{
background-color: #CFF08D;
}
.BgClassName
{
background-color: #CFF08D;
}
</style>
border-color css
<style>
span { border-color: #CFF08D; }
span { border-color: rgb(207,240,141); }
td.TdClassName
{
border-color: #CFF08D;
}
.TagClassName
{
border-color: #CFF08D;
}
</style>