Shades of Sulu #CFF978
Tints of Sulu #CFF978
RGB
CMYK
RGB Variations
Color information
#CFF978 (or 0xCFF978) is known color: Sulu. HEX triplet: CF, F9 and 78. RGB value is (207,249,120). Sum of RGB (Red+Green+Blue) = 207+249+120=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 249 (97.66% from 255 or 43.23% from 576); Blue value is 120 (47.27% from 255 or 20.83% from 576); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF978 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF978 is #300687. Grayscale: #DEDEDE. Windows color (decimal): -3147400 or 7928271. OLE color: 7928271.
HSL color Cylindrical-coordinate representation of color #CFF978: hue angle of 79.53º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFF978 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 120 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.02 |
| HSL | 79.53º | 0.91% | 0.72% | - |
| HSV(B) | 79.53º | 0.52% | 0.98% | - |
| XYZ | 63 | 82.37 | 30.35 | - |
| YUV | 221.74 | 70.59 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 120 | 0.17 | 0 | 0.52 | 0.02 | 79.53 | 0.91 | 0.72 |
| Hex | CF | F9 | 78 | 11 | 0 | 34 | 2 | 50 | 5B | 48 |
| Octal | 317 | 371 | 170 | 21 | 0 | 64 | 2 | 120 | 133 | 110 |
| Binary | 11001111 | 11111001 | 1111000 | 10001 | 0 | 110100 | 10 | 1010000 | 1011011 | 1001000 |
Color Harmonies of #CFF978
Complementary color
Monochromatic Colors of #CFF978
Black with #CFF978
Text Example
Text Example
White with #CFF978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF978; }
p { color: rgb(207,249,120); }
H1.HeaderClassName
{
color: #CFF978;
}
.AnyTagClassName
{
color: #CFF978;
}
</style>
background-color css
<style>
a { background-color: #CFF978; }
a { background-color: rgb(207,249,120); }
div.DivClassName
{
background-color: #CFF978;
}
.BgClassName
{
background-color: #CFF978;
}
</style>
border-color css
<style>
span { border-color: #CFF978; }
span { border-color: rgb(207,249,120); }
td.TdClassName
{
border-color: #CFF978;
}
.TagClassName
{
border-color: #CFF978;
}
</style>