Shades of Sulu #CFF982
Tints of Sulu #CFF982
RGB
CMYK
RGB Variations
Color information
#CFF982 (or 0xCFF982) is known color: Sulu. HEX triplet: CF, F9 and 82. RGB value is (207,249,130). Sum of RGB (Red+Green+Blue) = 207+249+130=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 249 (97.66% from 255 or 42.49% from 586); Blue value is 130 (51.17% from 255 or 22.18% from 586); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF982 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF982 is #30067D. Grayscale: #DFDFDF. Windows color (decimal): -3147390 or 8583631. OLE color: 8583631.
HSL color Cylindrical-coordinate representation of color #CFF982: hue angle of 81.18º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFF982 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 130 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.02 |
| HSL | 81.18º | 0.91% | 0.74% | - |
| HSV(B) | 81.18º | 0.48% | 0.98% | - |
| XYZ | 63.64 | 82.63 | 33.71 | - |
| YUV | 222.88 | 75.59 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 130 | 0.17 | 0 | 0.48 | 0.02 | 81.18 | 0.91 | 0.74 |
| Hex | CF | F9 | 82 | 11 | 0 | 30 | 2 | 51 | 5B | 4A |
| Octal | 317 | 371 | 202 | 21 | 0 | 60 | 2 | 121 | 133 | 112 |
| Binary | 11001111 | 11111001 | 10000010 | 10001 | 0 | 110000 | 10 | 1010001 | 1011011 | 1001010 |
Color Harmonies of #CFF982
Complementary color
Monochromatic Colors of #CFF982
Black with #CFF982
Text Example
Text Example
White with #CFF982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF982; }
p { color: rgb(207,249,130); }
H1.HeaderClassName
{
color: #CFF982;
}
.AnyTagClassName
{
color: #CFF982;
}
</style>
background-color css
<style>
a { background-color: #CFF982; }
a { background-color: rgb(207,249,130); }
div.DivClassName
{
background-color: #CFF982;
}
.BgClassName
{
background-color: #CFF982;
}
</style>
border-color css
<style>
span { border-color: #CFF982; }
span { border-color: rgb(207,249,130); }
td.TdClassName
{
border-color: #CFF982;
}
.TagClassName
{
border-color: #CFF982;
}
</style>