Shades of Sulu #CFFF75
Tints of Sulu #CFFF75
RGB
CMYK
RGB Variations
Color information
#CFFF75 (or 0xCFFF75) is known color: Sulu. HEX triplet: CF, FF and 75. RGB value is (207,255,117). Sum of RGB (Red+Green+Blue) = 207+255+117=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 255 (100% from 255 or 44.04% from 579); Blue value is 117 (46.09% from 255 or 20.21% from 579); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFF75 is #30008A. Grayscale: #E1E1E1. Windows color (decimal): -3145867 or 7733199. OLE color: 7733199.
HSL color Cylindrical-coordinate representation of color #CFFF75: hue angle of 80.87º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFFF75 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 117 | - |
| CMYK | 0.19 | 0 | 0.54 | 0 |
| HSL | 80.87º | 1% | 0.73% | - |
| HSV(B) | 80.87º | 0.54% | 1% | - |
| XYZ | 64.7 | 86.07 | 30.03 | - |
| YUV | 224.92 | 67.1 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 117 | 0.19 | 0 | 0.54 | 0 | 80.87 | 1 | 0.73 |
| Hex | CF | FF | 75 | 13 | 0 | 36 | 0 | 51 | 64 | 49 |
| Octal | 317 | 377 | 165 | 23 | 0 | 66 | 0 | 121 | 144 | 111 |
| Binary | 11001111 | 11111111 | 1110101 | 10011 | 0 | 110110 | 0 | 1010001 | 1100100 | 1001001 |
Color Harmonies of #CFFF75
Complementary color
Monochromatic Colors of #CFFF75
Black with #CFFF75
Text Example
Text Example
White with #CFFF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF75; }
p { color: rgb(207,255,117); }
H1.HeaderClassName
{
color: #CFFF75;
}
.AnyTagClassName
{
color: #CFFF75;
}
</style>
background-color css
<style>
a { background-color: #CFFF75; }
a { background-color: rgb(207,255,117); }
div.DivClassName
{
background-color: #CFFF75;
}
.BgClassName
{
background-color: #CFFF75;
}
</style>
border-color css
<style>
span { border-color: #CFFF75; }
span { border-color: rgb(207,255,117); }
td.TdClassName
{
border-color: #CFFF75;
}
.TagClassName
{
border-color: #CFFF75;
}
</style>