Shades of Sulu #C8F37C
Tints of Sulu #C8F37C
RGB
CMYK
RGB Variations
Color information
#C8F37C (or 0xC8F37C) is known color: Sulu. HEX triplet: C8, F3 and 7C. RGB value is (200,243,124). Sum of RGB (Red+Green+Blue) = 200+243+124=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 243 (95.31% from 255 or 42.86% from 567); Blue value is 124 (48.83% from 255 or 21.87% from 567); Max value from RGB is 243 - color contains mainly: green. Hex color #C8F37C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F37C is #370C83. Grayscale: #D9D9D9. Windows color (decimal): -3607684 or 8188872. OLE color: 8188872.
HSL color Cylindrical-coordinate representation of color #C8F37C: hue angle of 81.68º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C8F37C is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 243 | 124 | - |
| CMYK | 0.18 | 0 | 0.49 | 0.05 |
| HSL | 81.68º | 0.83% | 0.72% | - |
| HSV(B) | 81.68º | 0.49% | 0.95% | - |
| XYZ | 59.51 | 77.84 | 30.96 | - |
| YUV | 216.58 | 75.75 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 243 | 124 | 0.18 | 0 | 0.49 | 0.05 | 81.68 | 0.83 | 0.72 |
| Hex | C8 | F3 | 7C | 12 | 0 | 31 | 5 | 52 | 53 | 48 |
| Octal | 310 | 363 | 174 | 22 | 0 | 61 | 5 | 122 | 123 | 110 |
| Binary | 11001000 | 11110011 | 1111100 | 10010 | 0 | 110001 | 101 | 1010010 | 1010011 | 1001000 |
Color Harmonies of #C8F37C
Complementary color
Monochromatic Colors of #C8F37C
Black with #C8F37C
Text Example
Text Example
White with #C8F37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F37C; }
p { color: rgb(200,243,124); }
H1.HeaderClassName
{
color: #C8F37C;
}
.AnyTagClassName
{
color: #C8F37C;
}
</style>
background-color css
<style>
a { background-color: #C8F37C; }
a { background-color: rgb(200,243,124); }
div.DivClassName
{
background-color: #C8F37C;
}
.BgClassName
{
background-color: #C8F37C;
}
</style>
border-color css
<style>
span { border-color: #C8F37C; }
span { border-color: rgb(200,243,124); }
td.TdClassName
{
border-color: #C8F37C;
}
.TagClassName
{
border-color: #C8F37C;
}
</style>