Shades of Sulu #CFF075
Tints of Sulu #CFF075
RGB
CMYK
RGB Variations
Color information
#CFF075 (or 0xCFF075) is known color: Sulu. HEX triplet: CF, F0 and 75. RGB value is (207,240,117). Sum of RGB (Red+Green+Blue) = 207+240+117=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 240 (94.14% from 255 or 42.55% from 564); Blue value is 117 (46.09% from 255 or 20.74% from 564); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF075 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF075 is #300F8A. Grayscale: #D8D8D8. Windows color (decimal): -3149707 or 7729359. OLE color: 7729359.
HSL color Cylindrical-coordinate representation of color #CFF075: hue angle of 76.1º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFF075 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 117 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.06 |
| HSL | 76.1º | 0.8% | 0.7% | - |
| HSV(B) | 76.1º | 0.51% | 0.94% | - |
| XYZ | 60.1 | 76.87 | 28.5 | - |
| YUV | 216.11 | 72.07 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 117 | 0.14 | 0 | 0.51 | 0.06 | 76.1 | 0.8 | 0.7 |
| Hex | CF | F0 | 75 | E | 0 | 33 | 6 | 4C | 50 | 46 |
| Octal | 317 | 360 | 165 | 16 | 0 | 63 | 6 | 114 | 120 | 106 |
| Binary | 11001111 | 11110000 | 1110101 | 1110 | 0 | 110011 | 110 | 1001100 | 1010000 | 1000110 |
Color Harmonies of #CFF075
Complementary color
Monochromatic Colors of #CFF075
Black with #CFF075
Text Example
Text Example
White with #CFF075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF075; }
p { color: rgb(207,240,117); }
H1.HeaderClassName
{
color: #CFF075;
}
.AnyTagClassName
{
color: #CFF075;
}
</style>
background-color css
<style>
a { background-color: #CFF075; }
a { background-color: rgb(207,240,117); }
div.DivClassName
{
background-color: #CFF075;
}
.BgClassName
{
background-color: #CFF075;
}
</style>
border-color css
<style>
span { border-color: #CFF075; }
span { border-color: rgb(207,240,117); }
td.TdClassName
{
border-color: #CFF075;
}
.TagClassName
{
border-color: #CFF075;
}
</style>