Shades of Sulu #CFF77D
Tints of Sulu #CFF77D
RGB
CMYK
RGB Variations
Color information
#CFF77D (or 0xCFF77D) is known color: Sulu. HEX triplet: CF, F7 and 7D. RGB value is (207,247,125). Sum of RGB (Red+Green+Blue) = 207+247+125=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 247 (96.88% from 255 or 42.66% from 579); Blue value is 125 (49.22% from 255 or 21.59% from 579); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF77D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF77D is #300882. Grayscale: #DDDDDD. Windows color (decimal): -3147907 or 8255439. OLE color: 8255439.
HSL color Cylindrical-coordinate representation of color #CFF77D: hue angle of 79.67º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CFF77D is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 247 | 125 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.03 |
| HSL | 79.67º | 0.88% | 0.73% | - |
| HSV(B) | 79.67º | 0.49% | 0.97% | - |
| XYZ | 62.69 | 81.27 | 31.78 | - |
| YUV | 221.13 | 73.75 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 247 | 125 | 0.16 | 0 | 0.49 | 0.03 | 79.67 | 0.88 | 0.73 |
| Hex | CF | F7 | 7D | 10 | 0 | 31 | 3 | 50 | 58 | 49 |
| Octal | 317 | 367 | 175 | 20 | 0 | 61 | 3 | 120 | 130 | 111 |
| Binary | 11001111 | 11110111 | 1111101 | 10000 | 0 | 110001 | 11 | 1010000 | 1011000 | 1001001 |
Color Harmonies of #CFF77D
Complementary color
Monochromatic Colors of #CFF77D
Black with #CFF77D
Text Example
Text Example
White with #CFF77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF77D; }
p { color: rgb(207,247,125); }
H1.HeaderClassName
{
color: #CFF77D;
}
.AnyTagClassName
{
color: #CFF77D;
}
</style>
background-color css
<style>
a { background-color: #CFF77D; }
a { background-color: rgb(207,247,125); }
div.DivClassName
{
background-color: #CFF77D;
}
.BgClassName
{
background-color: #CFF77D;
}
</style>
border-color css
<style>
span { border-color: #CFF77D; }
span { border-color: rgb(207,247,125); }
td.TdClassName
{
border-color: #CFF77D;
}
.TagClassName
{
border-color: #CFF77D;
}
</style>