Shades of Sulu #C8FE75
Tints of Sulu #C8FE75
RGB
CMYK
RGB Variations
Color information
#C8FE75 (or 0xC8FE75) is known color: Sulu. HEX triplet: C8, FE and 75. RGB value is (200,254,117). Sum of RGB (Red+Green+Blue) = 200+254+117=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 254 (99.61% from 255 or 44.48% from 571); Blue value is 117 (46.09% from 255 or 20.49% from 571); Max value from RGB is 254 - color contains mainly: green. Hex color #C8FE75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FE75 is #37018A. Grayscale: #DEDEDE. Windows color (decimal): -3604875 or 7732936. OLE color: 7732936.
HSL color Cylindrical-coordinate representation of color #C8FE75: hue angle of 83.65º 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 #C8FE75 is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 254 | 117 | - |
| CMYK | 0.21 | 0 | 0.54 | 0.00 |
| HSL | 83.65º | 0.99% | 0.73% | - |
| HSV(B) | 83.65º | 0.54% | 1% | - |
| XYZ | 62.47 | 84.45 | 29.84 | - |
| YUV | 222.24 | 68.61 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 254 | 117 | 0.21 | 0 | 0.54 | 0.00 | 83.65 | 0.99 | 0.73 |
| Hex | C8 | FE | 75 | 15 | 0 | 36 | 0 | 54 | 63 | 49 |
| Octal | 310 | 376 | 165 | 25 | 0 | 66 | 0 | 124 | 143 | 111 |
| Binary | 11001000 | 11111110 | 1110101 | 10101 | 0 | 110110 | 0 | 1010100 | 1100011 | 1001001 |
Color Harmonies of #C8FE75
Complementary color
Monochromatic Colors of #C8FE75
Black with #C8FE75
Text Example
Text Example
White with #C8FE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FE75; }
p { color: rgb(200,254,117); }
H1.HeaderClassName
{
color: #C8FE75;
}
.AnyTagClassName
{
color: #C8FE75;
}
</style>
background-color css
<style>
a { background-color: #C8FE75; }
a { background-color: rgb(200,254,117); }
div.DivClassName
{
background-color: #C8FE75;
}
.BgClassName
{
background-color: #C8FE75;
}
</style>
border-color css
<style>
span { border-color: #C8FE75; }
span { border-color: rgb(200,254,117); }
td.TdClassName
{
border-color: #C8FE75;
}
.TagClassName
{
border-color: #C8FE75;
}
</style>