Shades of Sulu #C8F275
Tints of Sulu #C8F275
RGB
CMYK
RGB Variations
Color information
#C8F275 (or 0xC8F275) is known color: Sulu. HEX triplet: C8, F2 and 75. RGB value is (200,242,117). Sum of RGB (Red+Green+Blue) = 200+242+117=559 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.78% from 559); Green value is 242 (94.92% from 255 or 43.29% from 559); Blue value is 117 (46.09% from 255 or 20.93% from 559); Max value from RGB is 242 - color contains mainly: green. Hex color #C8F275 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F275 is #370D8A. Grayscale: #D7D7D7. Windows color (decimal): -3607947 or 7729864. OLE color: 7729864.
HSL color Cylindrical-coordinate representation of color #C8F275: hue angle of 80.16º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C8F275 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 242 | 117 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.05 |
| HSL | 80.16º | 0.83% | 0.7% | - |
| HSV(B) | 80.16º | 0.52% | 0.95% | - |
| XYZ | 58.78 | 77.07 | 28.61 | - |
| YUV | 215.19 | 72.59 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 242 | 117 | 0.17 | 0 | 0.52 | 0.05 | 80.16 | 0.83 | 0.7 |
| Hex | C8 | F2 | 75 | 11 | 0 | 34 | 5 | 50 | 53 | 46 |
| Octal | 310 | 362 | 165 | 21 | 0 | 64 | 5 | 120 | 123 | 106 |
| Binary | 11001000 | 11110010 | 1110101 | 10001 | 0 | 110100 | 101 | 1010000 | 1010011 | 1000110 |
Color Harmonies of #C8F275
Complementary color
Monochromatic Colors of #C8F275
Black with #C8F275
Text Example
Text Example
White with #C8F275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F275; }
p { color: rgb(200,242,117); }
H1.HeaderClassName
{
color: #C8F275;
}
.AnyTagClassName
{
color: #C8F275;
}
</style>
background-color css
<style>
a { background-color: #C8F275; }
a { background-color: rgb(200,242,117); }
div.DivClassName
{
background-color: #C8F275;
}
.BgClassName
{
background-color: #C8F275;
}
</style>
border-color css
<style>
span { border-color: #C8F275; }
span { border-color: rgb(200,242,117); }
td.TdClassName
{
border-color: #C8F275;
}
.TagClassName
{
border-color: #C8F275;
}
</style>