Shades of Sulu #CFF475
Tints of Sulu #CFF475
RGB
CMYK
RGB Variations
Color information
#CFF475 (or 0xCFF475) is known color: Sulu. HEX triplet: CF, F4 and 75. RGB value is (207,244,117). Sum of RGB (Red+Green+Blue) = 207+244+117=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 244 (95.70% from 255 or 42.96% from 568); Blue value is 117 (46.09% from 255 or 20.60% from 568); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF475 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF475 is #300B8A. Grayscale: #DADADA. Windows color (decimal): -3148683 or 7730383. OLE color: 7730383.
HSL color Cylindrical-coordinate representation of color #CFF475: hue angle of 77.48º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFF475 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 117 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.04 |
| HSL | 77.48º | 0.85% | 0.71% | - |
| HSV(B) | 77.48º | 0.52% | 0.96% | - |
| XYZ | 61.29 | 79.25 | 28.9 | - |
| YUV | 218.46 | 70.74 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 117 | 0.15 | 0 | 0.52 | 0.04 | 77.48 | 0.85 | 0.71 |
| Hex | CF | F4 | 75 | F | 0 | 34 | 4 | 4D | 55 | 47 |
| Octal | 317 | 364 | 165 | 17 | 0 | 64 | 4 | 115 | 125 | 107 |
| Binary | 11001111 | 11110100 | 1110101 | 1111 | 0 | 110100 | 100 | 1001101 | 1010101 | 1000111 |
Color Harmonies of #CFF475
Complementary color
Monochromatic Colors of #CFF475
Black with #CFF475
Text Example
Text Example
White with #CFF475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF475; }
p { color: rgb(207,244,117); }
H1.HeaderClassName
{
color: #CFF475;
}
.AnyTagClassName
{
color: #CFF475;
}
</style>
background-color css
<style>
a { background-color: #CFF475; }
a { background-color: rgb(207,244,117); }
div.DivClassName
{
background-color: #CFF475;
}
.BgClassName
{
background-color: #CFF475;
}
</style>
border-color css
<style>
span { border-color: #CFF475; }
span { border-color: rgb(207,244,117); }
td.TdClassName
{
border-color: #CFF475;
}
.TagClassName
{
border-color: #CFF475;
}
</style>