Shades of Sulu #CFF574
Tints of Sulu #CFF574
RGB
CMYK
RGB Variations
Color information
#CFF574 (or 0xCFF574) is known color: Sulu. HEX triplet: CF, F5 and 74. RGB value is (207,245,116). Sum of RGB (Red+Green+Blue) = 207+245+116=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 245 (96.09% from 255 or 43.13% from 568); Blue value is 116 (45.70% from 255 or 20.42% from 568); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF574 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF574 is #300A8B. Grayscale: #DBDBDB. Windows color (decimal): -3148428 or 7665103. OLE color: 7665103.
HSL color Cylindrical-coordinate representation of color #CFF574: hue angle of 77.67º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFF574 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 116 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.04 |
| HSL | 77.67º | 0.87% | 0.71% | - |
| HSV(B) | 77.67º | 0.53% | 0.96% | - |
| XYZ | 61.54 | 79.83 | 28.69 | - |
| YUV | 218.93 | 69.91 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 116 | 0.16 | 0 | 0.53 | 0.04 | 77.67 | 0.87 | 0.71 |
| Hex | CF | F5 | 74 | 10 | 0 | 35 | 4 | 4E | 57 | 47 |
| Octal | 317 | 365 | 164 | 20 | 0 | 65 | 4 | 116 | 127 | 107 |
| Binary | 11001111 | 11110101 | 1110100 | 10000 | 0 | 110101 | 100 | 1001110 | 1010111 | 1000111 |
Color Harmonies of #CFF574
Complementary color
Monochromatic Colors of #CFF574
Black with #CFF574
Text Example
Text Example
White with #CFF574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF574; }
p { color: rgb(207,245,116); }
H1.HeaderClassName
{
color: #CFF574;
}
.AnyTagClassName
{
color: #CFF574;
}
</style>
background-color css
<style>
a { background-color: #CFF574; }
a { background-color: rgb(207,245,116); }
div.DivClassName
{
background-color: #CFF574;
}
.BgClassName
{
background-color: #CFF574;
}
</style>
border-color css
<style>
span { border-color: #CFF574; }
span { border-color: rgb(207,245,116); }
td.TdClassName
{
border-color: #CFF574;
}
.TagClassName
{
border-color: #CFF574;
}
</style>