Shades of Sulu #C4EA85
Tints of Sulu #C4EA85
RGB
CMYK
RGB Variations
Color information
#C4EA85 (or 0xC4EA85) is known color: Sulu. HEX triplet: C4, EA and 85. RGB value is (196,234,133). Sum of RGB (Red+Green+Blue) = 196+234+133=563 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.81% from 563); Green value is 234 (91.80% from 255 or 41.56% from 563); Blue value is 133 (52.34% from 255 or 23.62% from 563); Max value from RGB is 234 - color contains mainly: green. Hex color #C4EA85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4EA85 is #3B157A. Grayscale: #D3D3D3. Windows color (decimal): -3872123 or 8776388. OLE color: 8776388.
HSL color Cylindrical-coordinate representation of color #C4EA85: hue angle of 82.57º 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 #C4EA85 is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 234 | 133 | - |
| CMYK | 0.16 | 0 | 0.43 | 0.08 |
| HSL | 82.57º | 0.71% | 0.72% | - |
| HSV(B) | 82.57º | 0.43% | 0.92% | - |
| XYZ | 56.42 | 72.27 | 33.17 | - |
| YUV | 211.12 | 83.91 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 234 | 133 | 0.16 | 0 | 0.43 | 0.08 | 82.57 | 0.71 | 0.72 |
| Hex | C4 | EA | 85 | 10 | 0 | 2B | 8 | 53 | 47 | 48 |
| Octal | 304 | 352 | 205 | 20 | 0 | 53 | 10 | 123 | 107 | 110 |
| Binary | 11000100 | 11101010 | 10000101 | 10000 | 0 | 101011 | 1000 | 1010011 | 1000111 | 1001000 |
Color Harmonies of #C4EA85
Complementary color
Monochromatic Colors of #C4EA85
Black with #C4EA85
Text Example
Text Example
White with #C4EA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EA85; }
p { color: rgb(196,234,133); }
H1.HeaderClassName
{
color: #C4EA85;
}
.AnyTagClassName
{
color: #C4EA85;
}
</style>
background-color css
<style>
a { background-color: #C4EA85; }
a { background-color: rgb(196,234,133); }
div.DivClassName
{
background-color: #C4EA85;
}
.BgClassName
{
background-color: #C4EA85;
}
</style>
border-color css
<style>
span { border-color: #C4EA85; }
span { border-color: rgb(196,234,133); }
td.TdClassName
{
border-color: #C4EA85;
}
.TagClassName
{
border-color: #C4EA85;
}
</style>