Shades of Sulu #C8EA85
Tints of Sulu #C8EA85
RGB
CMYK
RGB Variations
Color information
#C8EA85 (or 0xC8EA85) is known color: Sulu. HEX triplet: C8, EA and 85. RGB value is (200,234,133). Sum of RGB (Red+Green+Blue) = 200+234+133=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 234 (91.80% from 255 or 41.27% from 567); Blue value is 133 (52.34% from 255 or 23.46% from 567); Max value from RGB is 234 - color contains mainly: green. Hex color #C8EA85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8EA85 is #37157A. Grayscale: #D4D4D4. Windows color (decimal): -3609979 or 8776392. OLE color: 8776392.
HSL color Cylindrical-coordinate representation of color #C8EA85: hue angle of 80.2º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C8EA85 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 234 | 133 | - |
| CMYK | 0.15 | 0 | 0.43 | 0.08 |
| HSL | 80.2º | 0.71% | 0.72% | - |
| HSV(B) | 80.2º | 0.43% | 0.92% | - |
| XYZ | 57.48 | 72.82 | 33.22 | - |
| YUV | 212.32 | 83.24 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 234 | 133 | 0.15 | 0 | 0.43 | 0.08 | 80.2 | 0.71 | 0.72 |
| Hex | C8 | EA | 85 | F | 0 | 2B | 8 | 50 | 47 | 48 |
| Octal | 310 | 352 | 205 | 17 | 0 | 53 | 10 | 120 | 107 | 110 |
| Binary | 11001000 | 11101010 | 10000101 | 1111 | 0 | 101011 | 1000 | 1010000 | 1000111 | 1001000 |
Color Harmonies of #C8EA85
Complementary color
Monochromatic Colors of #C8EA85
Black with #C8EA85
Text Example
Text Example
White with #C8EA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EA85; }
p { color: rgb(200,234,133); }
H1.HeaderClassName
{
color: #C8EA85;
}
.AnyTagClassName
{
color: #C8EA85;
}
</style>
background-color css
<style>
a { background-color: #C8EA85; }
a { background-color: rgb(200,234,133); }
div.DivClassName
{
background-color: #C8EA85;
}
.BgClassName
{
background-color: #C8EA85;
}
</style>
border-color css
<style>
span { border-color: #C8EA85; }
span { border-color: rgb(200,234,133); }
td.TdClassName
{
border-color: #C8EA85;
}
.TagClassName
{
border-color: #C8EA85;
}
</style>