Shades of Sulu #C8F278
Tints of Sulu #C8F278
RGB
CMYK
RGB Variations
Color information
#C8F278 (or 0xC8F278) is known color: Sulu. HEX triplet: C8, F2 and 78. RGB value is (200,242,120). Sum of RGB (Red+Green+Blue) = 200+242+120=562 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.59% from 562); Green value is 242 (94.92% from 255 or 43.06% from 562); Blue value is 120 (47.27% from 255 or 21.35% from 562); Max value from RGB is 242 - color contains mainly: green. Hex color #C8F278 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F278 is #370D87. Grayscale: #D7D7D7. Windows color (decimal): -3607944 or 7926472. OLE color: 7926472.
HSL color Cylindrical-coordinate representation of color #C8F278: hue angle of 80.66º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C8F278 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 242 | 120 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.05 |
| HSL | 80.66º | 0.82% | 0.71% | - |
| HSV(B) | 80.66º | 0.5% | 0.95% | - |
| XYZ | 58.96 | 77.14 | 29.55 | - |
| YUV | 215.53 | 74.09 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 242 | 120 | 0.17 | 0 | 0.50 | 0.05 | 80.66 | 0.82 | 0.71 |
| Hex | C8 | F2 | 78 | 11 | 0 | 32 | 5 | 51 | 52 | 47 |
| Octal | 310 | 362 | 170 | 21 | 0 | 62 | 5 | 121 | 122 | 107 |
| Binary | 11001000 | 11110010 | 1111000 | 10001 | 0 | 110010 | 101 | 1010001 | 1010010 | 1000111 |
Color Harmonies of #C8F278
Complementary color
Monochromatic Colors of #C8F278
Black with #C8F278
Text Example
Text Example
White with #C8F278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F278; }
p { color: rgb(200,242,120); }
H1.HeaderClassName
{
color: #C8F278;
}
.AnyTagClassName
{
color: #C8F278;
}
</style>
background-color css
<style>
a { background-color: #C8F278; }
a { background-color: rgb(200,242,120); }
div.DivClassName
{
background-color: #C8F278;
}
.BgClassName
{
background-color: #C8F278;
}
</style>
border-color css
<style>
span { border-color: #C8F278; }
span { border-color: rgb(200,242,120); }
td.TdClassName
{
border-color: #C8F278;
}
.TagClassName
{
border-color: #C8F278;
}
</style>