Shades of Sulu #C8FF73
Tints of Sulu #C8FF73
RGB
CMYK
RGB Variations
Color information
#C8FF73 (or 0xC8FF73) is known color: Sulu. HEX triplet: C8, FF and 73. RGB value is (200,255,115). Sum of RGB (Red+Green+Blue) = 200+255+115=570 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.09% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 115 (45.31% from 255 or 20.18% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FF73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FF73 is #37008C. Grayscale: #DFDFDF. Windows color (decimal): -3604621 or 7602120. OLE color: 7602120.
HSL color Cylindrical-coordinate representation of color #C8FF73: hue angle of 83.57º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C8FF73 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 255 | 115 | - |
| CMYK | 0.22 | 0 | 0.55 | 0 |
| HSL | 83.57º | 1% | 0.73% | - |
| HSV(B) | 83.57º | 0.55% | 1% | - |
| XYZ | 62.67 | 85.04 | 29.33 | - |
| YUV | 222.6 | 67.28 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 255 | 115 | 0.22 | 0 | 0.55 | 0 | 83.57 | 1 | 0.73 |
| Hex | C8 | FF | 73 | 16 | 0 | 37 | 0 | 54 | 64 | 49 |
| Octal | 310 | 377 | 163 | 26 | 0 | 67 | 0 | 124 | 144 | 111 |
| Binary | 11001000 | 11111111 | 1110011 | 10110 | 0 | 110111 | 0 | 1010100 | 1100100 | 1001001 |
Color Harmonies of #C8FF73
Complementary color
Monochromatic Colors of #C8FF73
Black with #C8FF73
Text Example
Text Example
White with #C8FF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FF73; }
p { color: rgb(200,255,115); }
H1.HeaderClassName
{
color: #C8FF73;
}
.AnyTagClassName
{
color: #C8FF73;
}
</style>
background-color css
<style>
a { background-color: #C8FF73; }
a { background-color: rgb(200,255,115); }
div.DivClassName
{
background-color: #C8FF73;
}
.BgClassName
{
background-color: #C8FF73;
}
</style>
border-color css
<style>
span { border-color: #C8FF73; }
span { border-color: rgb(200,255,115); }
td.TdClassName
{
border-color: #C8FF73;
}
.TagClassName
{
border-color: #C8FF73;
}
</style>