Shades of Sulu #C8E36F
Tints of Sulu #C8E36F
RGB
CMYK
RGB Variations
Color information
#C8E36F (or 0xC8E36F) is known color: Sulu. HEX triplet: C8, E3 and 6F. RGB value is (200,227,111). Sum of RGB (Red+Green+Blue) = 200+227+111=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 227 (89.06% from 255 or 42.19% from 538); Blue value is 111 (43.75% from 255 or 20.63% from 538); Max value from RGB is 227 - color contains mainly: green. Hex color #C8E36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8E36F is #371C90. Grayscale: #CECECE. Windows color (decimal): -3611793 or 7332808. OLE color: 7332808.
HSL color Cylindrical-coordinate representation of color #C8E36F: hue angle of 73.97º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C8E36F is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 227 | 111 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.11 |
| HSL | 73.97º | 0.67% | 0.66% | - |
| HSV(B) | 73.97º | 0.51% | 0.89% | - |
| XYZ | 54.16 | 68.37 | 25.38 | - |
| YUV | 205.7 | 74.55 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 227 | 111 | 0.12 | 0 | 0.51 | 0.11 | 73.97 | 0.67 | 0.66 |
| Hex | C8 | E3 | 6F | C | 0 | 33 | B | 4A | 43 | 42 |
| Octal | 310 | 343 | 157 | 14 | 0 | 63 | 13 | 112 | 103 | 102 |
| Binary | 11001000 | 11100011 | 1101111 | 1100 | 0 | 110011 | 1011 | 1001010 | 1000011 | 1000010 |
Color Harmonies of #C8E36F
Complementary color
Monochromatic Colors of #C8E36F
Black with #C8E36F
Text Example
Text Example
White with #C8E36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E36F; }
p { color: rgb(200,227,111); }
H1.HeaderClassName
{
color: #C8E36F;
}
.AnyTagClassName
{
color: #C8E36F;
}
</style>
background-color css
<style>
a { background-color: #C8E36F; }
a { background-color: rgb(200,227,111); }
div.DivClassName
{
background-color: #C8E36F;
}
.BgClassName
{
background-color: #C8E36F;
}
</style>
border-color css
<style>
span { border-color: #C8E36F; }
span { border-color: rgb(200,227,111); }
td.TdClassName
{
border-color: #C8E36F;
}
.TagClassName
{
border-color: #C8E36F;
}
</style>