Shades of Sulu #C8F270
Tints of Sulu #C8F270
RGB
CMYK
RGB Variations
Color information
#C8F270 (or 0xC8F270) is known color: Sulu. HEX triplet: C8, F2 and 70. RGB value is (200,242,112). Sum of RGB (Red+Green+Blue) = 200+242+112=554 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.10% from 554); Green value is 242 (94.92% from 255 or 43.68% from 554); Blue value is 112 (44.14% from 255 or 20.22% from 554); Max value from RGB is 242 - color contains mainly: green. Hex color #C8F270 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F270 is #370D8F. Grayscale: #D7D7D7. Windows color (decimal): -3607952 or 7402184. OLE color: 7402184.
HSL color Cylindrical-coordinate representation of color #C8F270: hue angle of 79.38º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C8F270 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 242 | 112 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.05 |
| HSL | 79.38º | 0.83% | 0.69% | - |
| HSV(B) | 79.38º | 0.54% | 0.95% | - |
| XYZ | 58.5 | 76.95 | 27.1 | - |
| YUV | 214.62 | 70.09 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 242 | 112 | 0.17 | 0 | 0.54 | 0.05 | 79.38 | 0.83 | 0.69 |
| Hex | C8 | F2 | 70 | 11 | 0 | 36 | 5 | 4F | 53 | 45 |
| Octal | 310 | 362 | 160 | 21 | 0 | 66 | 5 | 117 | 123 | 105 |
| Binary | 11001000 | 11110010 | 1110000 | 10001 | 0 | 110110 | 101 | 1001111 | 1010011 | 1000101 |
Color Harmonies of #C8F270
Complementary color
Monochromatic Colors of #C8F270
Black with #C8F270
Text Example
Text Example
White with #C8F270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F270; }
p { color: rgb(200,242,112); }
H1.HeaderClassName
{
color: #C8F270;
}
.AnyTagClassName
{
color: #C8F270;
}
</style>
background-color css
<style>
a { background-color: #C8F270; }
a { background-color: rgb(200,242,112); }
div.DivClassName
{
background-color: #C8F270;
}
.BgClassName
{
background-color: #C8F270;
}
</style>
border-color css
<style>
span { border-color: #C8F270; }
span { border-color: rgb(200,242,112); }
td.TdClassName
{
border-color: #C8F270;
}
.TagClassName
{
border-color: #C8F270;
}
</style>