Shades of Sulu #CFFE75
Tints of Sulu #CFFE75
RGB
CMYK
RGB Variations
Color information
#CFFE75 (or 0xCFFE75) is known color: Sulu. HEX triplet: CF, FE and 75. RGB value is (207,254,117). Sum of RGB (Red+Green+Blue) = 207+254+117=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 254 (99.61% from 255 or 43.94% from 578); Blue value is 117 (46.09% from 255 or 20.24% from 578); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFE75 is #30018A. Grayscale: #E0E0E0. Windows color (decimal): -3146123 or 7732943. OLE color: 7732943.
HSL color Cylindrical-coordinate representation of color #CFFE75: hue angle of 80.58º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFFE75 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 117 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.00 |
| HSL | 80.58º | 0.99% | 0.73% | - |
| HSV(B) | 80.58º | 0.54% | 1% | - |
| XYZ | 64.38 | 85.43 | 29.93 | - |
| YUV | 224.33 | 67.43 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 117 | 0.19 | 0 | 0.54 | 0.00 | 80.58 | 0.99 | 0.73 |
| Hex | CF | FE | 75 | 13 | 0 | 36 | 0 | 51 | 63 | 49 |
| Octal | 317 | 376 | 165 | 23 | 0 | 66 | 0 | 121 | 143 | 111 |
| Binary | 11001111 | 11111110 | 1110101 | 10011 | 0 | 110110 | 0 | 1010001 | 1100011 | 1001001 |
Color Harmonies of #CFFE75
Complementary color
Monochromatic Colors of #CFFE75
Black with #CFFE75
Text Example
Text Example
White with #CFFE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE75; }
p { color: rgb(207,254,117); }
H1.HeaderClassName
{
color: #CFFE75;
}
.AnyTagClassName
{
color: #CFFE75;
}
</style>
background-color css
<style>
a { background-color: #CFFE75; }
a { background-color: rgb(207,254,117); }
div.DivClassName
{
background-color: #CFFE75;
}
.BgClassName
{
background-color: #CFFE75;
}
</style>
border-color css
<style>
span { border-color: #CFFE75; }
span { border-color: rgb(207,254,117); }
td.TdClassName
{
border-color: #CFFE75;
}
.TagClassName
{
border-color: #CFFE75;
}
</style>