Shades of Sulu #CFF97D
Tints of Sulu #CFF97D
RGB
CMYK
RGB Variations
Color information
#CFF97D (or 0xCFF97D) is known color: Sulu. HEX triplet: CF, F9 and 7D. RGB value is (207,249,125). Sum of RGB (Red+Green+Blue) = 207+249+125=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 249 (97.66% from 255 or 42.86% from 581); Blue value is 125 (49.22% from 255 or 21.51% from 581); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF97D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF97D is #300682. Grayscale: #DEDEDE. Windows color (decimal): -3147395 or 8255951. OLE color: 8255951.
HSL color Cylindrical-coordinate representation of color #CFF97D: hue angle of 80.32º 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 #CFF97D is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 125 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.02 |
| HSL | 80.32º | 0.91% | 0.73% | - |
| HSV(B) | 80.32º | 0.5% | 0.98% | - |
| XYZ | 63.31 | 82.5 | 31.99 | - |
| YUV | 222.31 | 73.09 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 125 | 0.17 | 0 | 0.50 | 0.02 | 80.32 | 0.91 | 0.73 |
| Hex | CF | F9 | 7D | 11 | 0 | 32 | 2 | 50 | 5B | 49 |
| Octal | 317 | 371 | 175 | 21 | 0 | 62 | 2 | 120 | 133 | 111 |
| Binary | 11001111 | 11111001 | 1111101 | 10001 | 0 | 110010 | 10 | 1010000 | 1011011 | 1001001 |
Color Harmonies of #CFF97D
Complementary color
Monochromatic Colors of #CFF97D
Black with #CFF97D
Text Example
Text Example
White with #CFF97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF97D; }
p { color: rgb(207,249,125); }
H1.HeaderClassName
{
color: #CFF97D;
}
.AnyTagClassName
{
color: #CFF97D;
}
</style>
background-color css
<style>
a { background-color: #CFF97D; }
a { background-color: rgb(207,249,125); }
div.DivClassName
{
background-color: #CFF97D;
}
.BgClassName
{
background-color: #CFF97D;
}
</style>
border-color css
<style>
span { border-color: #CFF97D; }
span { border-color: rgb(207,249,125); }
td.TdClassName
{
border-color: #CFF97D;
}
.TagClassName
{
border-color: #CFF97D;
}
</style>