Shades of Sulu #C8E378
Tints of Sulu #C8E378
RGB
CMYK
RGB Variations
Color information
#C8E378 (or 0xC8E378) is known color: Sulu. HEX triplet: C8, E3 and 78. RGB value is (200,227,120). Sum of RGB (Red+Green+Blue) = 200+227+120=547 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.56% from 547); Green value is 227 (89.06% from 255 or 41.50% from 547); Blue value is 120 (47.27% from 255 or 21.94% from 547); Max value from RGB is 227 - color contains mainly: green. Hex color #C8E378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8E378 is #371C87. Grayscale: #CFCFCF. Windows color (decimal): -3611784 or 7922632. OLE color: 7922632.
HSL color Cylindrical-coordinate representation of color #C8E378: hue angle of 75.14º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C8E378 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 227 | 120 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.11 |
| HSL | 75.14º | 0.66% | 0.68% | - |
| HSV(B) | 75.14º | 0.47% | 0.89% | - |
| XYZ | 54.68 | 68.57 | 28.12 | - |
| YUV | 206.73 | 79.05 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 227 | 120 | 0.12 | 0 | 0.47 | 0.11 | 75.14 | 0.66 | 0.68 |
| Hex | C8 | E3 | 78 | C | 0 | 2F | B | 4B | 42 | 44 |
| Octal | 310 | 343 | 170 | 14 | 0 | 57 | 13 | 113 | 102 | 104 |
| Binary | 11001000 | 11100011 | 1111000 | 1100 | 0 | 101111 | 1011 | 1001011 | 1000010 | 1000100 |
Color Harmonies of #C8E378
Complementary color
Monochromatic Colors of #C8E378
Black with #C8E378
Text Example
Text Example
White with #C8E378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E378; }
p { color: rgb(200,227,120); }
H1.HeaderClassName
{
color: #C8E378;
}
.AnyTagClassName
{
color: #C8E378;
}
</style>
background-color css
<style>
a { background-color: #C8E378; }
a { background-color: rgb(200,227,120); }
div.DivClassName
{
background-color: #C8E378;
}
.BgClassName
{
background-color: #C8E378;
}
</style>
border-color css
<style>
span { border-color: #C8E378; }
span { border-color: rgb(200,227,120); }
td.TdClassName
{
border-color: #C8E378;
}
.TagClassName
{
border-color: #C8E378;
}
</style>