Shades of Sulu #C8FF70
Tints of Sulu #C8FF70
RGB
CMYK
RGB Variations
Color information
#C8FF70 (or 0xC8FF70) is known color: Sulu. HEX triplet: C8, FF and 70. RGB value is (200,255,112). Sum of RGB (Red+Green+Blue) = 200+255+112=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 255 (100% from 255 or 44.97% from 567); Blue value is 112 (44.14% from 255 or 19.75% from 567); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FF70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FF70 is #37008F. Grayscale: #DEDEDE. Windows color (decimal): -3604624 or 7405512. OLE color: 7405512.
HSL color Cylindrical-coordinate representation of color #C8FF70: hue angle of 83.08º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C8FF70 is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 255 | 112 | - |
| CMYK | 0.22 | 0 | 0.56 | 0 |
| HSL | 83.08º | 1% | 0.72% | - |
| HSV(B) | 83.08º | 0.56% | 1% | - |
| XYZ | 62.5 | 84.97 | 28.44 | - |
| YUV | 222.25 | 65.78 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 255 | 112 | 0.22 | 0 | 0.56 | 0 | 83.08 | 1 | 0.72 |
| Hex | C8 | FF | 70 | 16 | 0 | 38 | 0 | 53 | 64 | 48 |
| Octal | 310 | 377 | 160 | 26 | 0 | 70 | 0 | 123 | 144 | 110 |
| Binary | 11001000 | 11111111 | 1110000 | 10110 | 0 | 111000 | 0 | 1010011 | 1100100 | 1001000 |
Color Harmonies of #C8FF70
Complementary color
Monochromatic Colors of #C8FF70
Black with #C8FF70
Text Example
Text Example
White with #C8FF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FF70; }
p { color: rgb(200,255,112); }
H1.HeaderClassName
{
color: #C8FF70;
}
.AnyTagClassName
{
color: #C8FF70;
}
</style>
background-color css
<style>
a { background-color: #C8FF70; }
a { background-color: rgb(200,255,112); }
div.DivClassName
{
background-color: #C8FF70;
}
.BgClassName
{
background-color: #C8FF70;
}
</style>
border-color css
<style>
span { border-color: #C8FF70; }
span { border-color: rgb(200,255,112); }
td.TdClassName
{
border-color: #C8FF70;
}
.TagClassName
{
border-color: #C8FF70;
}
</style>