Shades of Sulu #C8EA7A
Tints of Sulu #C8EA7A
RGB
CMYK
RGB Variations
Color information
#C8EA7A (or 0xC8EA7A) is known color: Sulu. HEX triplet: C8, EA and 7A. RGB value is (200,234,122). Sum of RGB (Red+Green+Blue) = 200+234+122=556 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.97% from 556); Green value is 234 (91.80% from 255 or 42.09% from 556); Blue value is 122 (48.05% from 255 or 21.94% from 556); Max value from RGB is 234 - color contains mainly: green. Hex color #C8EA7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8EA7A is #371585. Grayscale: #D3D3D3. Windows color (decimal): -3609990 or 8055496. OLE color: 8055496.
HSL color Cylindrical-coordinate representation of color #C8EA7A: hue angle of 78.21º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C8EA7A is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 234 | 122 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.08 |
| HSL | 78.21º | 0.73% | 0.7% | - |
| HSV(B) | 78.21º | 0.48% | 0.92% | - |
| XYZ | 56.76 | 72.53 | 29.42 | - |
| YUV | 211.07 | 77.74 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 234 | 122 | 0.15 | 0 | 0.48 | 0.08 | 78.21 | 0.73 | 0.7 |
| Hex | C8 | EA | 7A | F | 0 | 30 | 8 | 4E | 49 | 46 |
| Octal | 310 | 352 | 172 | 17 | 0 | 60 | 10 | 116 | 111 | 106 |
| Binary | 11001000 | 11101010 | 1111010 | 1111 | 0 | 110000 | 1000 | 1001110 | 1001001 | 1000110 |
Color Harmonies of #C8EA7A
Complementary color
Monochromatic Colors of #C8EA7A
Black with #C8EA7A
Text Example
Text Example
White with #C8EA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EA7A; }
p { color: rgb(200,234,122); }
H1.HeaderClassName
{
color: #C8EA7A;
}
.AnyTagClassName
{
color: #C8EA7A;
}
</style>
background-color css
<style>
a { background-color: #C8EA7A; }
a { background-color: rgb(200,234,122); }
div.DivClassName
{
background-color: #C8EA7A;
}
.BgClassName
{
background-color: #C8EA7A;
}
</style>
border-color css
<style>
span { border-color: #C8EA7A; }
span { border-color: rgb(200,234,122); }
td.TdClassName
{
border-color: #C8EA7A;
}
.TagClassName
{
border-color: #C8EA7A;
}
</style>