Shades of Sulu #CFF97C
Tints of Sulu #CFF97C
RGB
CMYK
RGB Variations
Color information
#CFF97C (or 0xCFF97C) is known color: Sulu. HEX triplet: CF, F9 and 7C. RGB value is (207,249,124). Sum of RGB (Red+Green+Blue) = 207+249+124=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 249 (97.66% from 255 or 42.93% from 580); Blue value is 124 (48.83% from 255 or 21.38% from 580); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF97C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF97C is #300683. Grayscale: #DEDEDE. Windows color (decimal): -3147396 or 8190415. OLE color: 8190415.
HSL color Cylindrical-coordinate representation of color #CFF97C: hue angle of 80.16º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFF97C is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 124 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.02 |
| HSL | 80.16º | 0.91% | 0.73% | - |
| HSV(B) | 80.16º | 0.5% | 0.98% | - |
| XYZ | 63.25 | 82.47 | 31.65 | - |
| YUV | 222.19 | 72.59 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 124 | 0.17 | 0 | 0.50 | 0.02 | 80.16 | 0.91 | 0.73 |
| Hex | CF | F9 | 7C | 11 | 0 | 32 | 2 | 50 | 5B | 49 |
| Octal | 317 | 371 | 174 | 21 | 0 | 62 | 2 | 120 | 133 | 111 |
| Binary | 11001111 | 11111001 | 1111100 | 10001 | 0 | 110010 | 10 | 1010000 | 1011011 | 1001001 |
Color Harmonies of #CFF97C
Complementary color
Monochromatic Colors of #CFF97C
Black with #CFF97C
Text Example
Text Example
White with #CFF97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF97C; }
p { color: rgb(207,249,124); }
H1.HeaderClassName
{
color: #CFF97C;
}
.AnyTagClassName
{
color: #CFF97C;
}
</style>
background-color css
<style>
a { background-color: #CFF97C; }
a { background-color: rgb(207,249,124); }
div.DivClassName
{
background-color: #CFF97C;
}
.BgClassName
{
background-color: #CFF97C;
}
</style>
border-color css
<style>
span { border-color: #CFF97C; }
span { border-color: rgb(207,249,124); }
td.TdClassName
{
border-color: #CFF97C;
}
.TagClassName
{
border-color: #CFF97C;
}
</style>