Shades of Sulu #C8FE72
Tints of Sulu #C8FE72
RGB
CMYK
RGB Variations
Color information
#C8FE72 (or 0xC8FE72) is known color: Sulu. HEX triplet: C8, FE and 72. RGB value is (200,254,114). Sum of RGB (Red+Green+Blue) = 200+254+114=568 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.21% from 568); Green value is 254 (99.61% from 255 or 44.72% from 568); Blue value is 114 (44.92% from 255 or 20.07% from 568); Max value from RGB is 254 - color contains mainly: green. Hex color #C8FE72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FE72 is #37018D. Grayscale: #DEDEDE. Windows color (decimal): -3604878 or 7536328. OLE color: 7536328.
HSL color Cylindrical-coordinate representation of color #C8FE72: hue angle of 83.14º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C8FE72 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 254 | 114 | - |
| CMYK | 0.21 | 0 | 0.55 | 0.00 |
| HSL | 83.14º | 0.99% | 0.72% | - |
| HSV(B) | 83.14º | 0.55% | 1% | - |
| XYZ | 62.3 | 84.38 | 28.92 | - |
| YUV | 221.89 | 67.11 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 254 | 114 | 0.21 | 0 | 0.55 | 0.00 | 83.14 | 0.99 | 0.72 |
| Hex | C8 | FE | 72 | 15 | 0 | 37 | 0 | 53 | 63 | 48 |
| Octal | 310 | 376 | 162 | 25 | 0 | 67 | 0 | 123 | 143 | 110 |
| Binary | 11001000 | 11111110 | 1110010 | 10101 | 0 | 110111 | 0 | 1010011 | 1100011 | 1001000 |
Color Harmonies of #C8FE72
Complementary color
Monochromatic Colors of #C8FE72
Black with #C8FE72
Text Example
Text Example
White with #C8FE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FE72; }
p { color: rgb(200,254,114); }
H1.HeaderClassName
{
color: #C8FE72;
}
.AnyTagClassName
{
color: #C8FE72;
}
</style>
background-color css
<style>
a { background-color: #C8FE72; }
a { background-color: rgb(200,254,114); }
div.DivClassName
{
background-color: #C8FE72;
}
.BgClassName
{
background-color: #C8FE72;
}
</style>
border-color css
<style>
span { border-color: #C8FE72; }
span { border-color: rgb(200,254,114); }
td.TdClassName
{
border-color: #C8FE72;
}
.TagClassName
{
border-color: #C8FE72;
}
</style>