Shades of Sulu #C8EA7E
Tints of Sulu #C8EA7E
RGB
CMYK
RGB Variations
Color information
#C8EA7E (or 0xC8EA7E) is known color: Sulu. HEX triplet: C8, EA and 7E. RGB value is (200,234,126). Sum of RGB (Red+Green+Blue) = 200+234+126=560 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.71% from 560); Green value is 234 (91.80% from 255 or 41.79% from 560); Blue value is 126 (49.61% from 255 or 22.5% from 560); Max value from RGB is 234 - color contains mainly: green. Hex color #C8EA7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8EA7E is #371581. Grayscale: #D3D3D3. Windows color (decimal): -3609986 or 8317640. OLE color: 8317640.
HSL color Cylindrical-coordinate representation of color #C8EA7E: hue angle of 78.89º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C8EA7E is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 234 | 126 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.08 |
| HSL | 78.89º | 0.72% | 0.71% | - |
| HSV(B) | 78.89º | 0.46% | 0.92% | - |
| XYZ | 57.01 | 72.63 | 30.75 | - |
| YUV | 211.52 | 79.74 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 234 | 126 | 0.15 | 0 | 0.46 | 0.08 | 78.89 | 0.72 | 0.71 |
| Hex | C8 | EA | 7E | F | 0 | 2E | 8 | 4F | 48 | 47 |
| Octal | 310 | 352 | 176 | 17 | 0 | 56 | 10 | 117 | 110 | 107 |
| Binary | 11001000 | 11101010 | 1111110 | 1111 | 0 | 101110 | 1000 | 1001111 | 1001000 | 1000111 |
Color Harmonies of #C8EA7E
Complementary color
Monochromatic Colors of #C8EA7E
Black with #C8EA7E
Text Example
Text Example
White with #C8EA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EA7E; }
p { color: rgb(200,234,126); }
H1.HeaderClassName
{
color: #C8EA7E;
}
.AnyTagClassName
{
color: #C8EA7E;
}
</style>
background-color css
<style>
a { background-color: #C8EA7E; }
a { background-color: rgb(200,234,126); }
div.DivClassName
{
background-color: #C8EA7E;
}
.BgClassName
{
background-color: #C8EA7E;
}
</style>
border-color css
<style>
span { border-color: #C8EA7E; }
span { border-color: rgb(200,234,126); }
td.TdClassName
{
border-color: #C8EA7E;
}
.TagClassName
{
border-color: #C8EA7E;
}
</style>