Shades of Sulu #C6EB85
Tints of Sulu #C6EB85
RGB
CMYK
RGB Variations
Color information
#C6EB85 (or 0xC6EB85) is known color: Sulu. HEX triplet: C6, EB and 85. RGB value is (198,235,133). Sum of RGB (Red+Green+Blue) = 198+235+133=566 (74% of max value = 765). Red value is 198 (77.73% from 255 or 34.98% from 566); Green value is 235 (92.19% from 255 or 41.52% from 566); Blue value is 133 (52.34% from 255 or 23.50% from 566); Max value from RGB is 235 - color contains mainly: green. Hex color #C6EB85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6EB85 is #39147A. Grayscale: #D4D4D4. Windows color (decimal): -3740795 or 8776646. OLE color: 8776646.
HSL color Cylindrical-coordinate representation of color #C6EB85: hue angle of 81.76º degrees, saturation: 0.72, 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 #C6EB85 is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 235 | 133 | - |
| CMYK | 0.16 | 0 | 0.43 | 0.08 |
| HSL | 81.76º | 0.72% | 0.72% | - |
| HSV(B) | 81.76º | 0.43% | 0.92% | - |
| XYZ | 57.23 | 73.12 | 33.29 | - |
| YUV | 212.31 | 83.24 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 235 | 133 | 0.16 | 0 | 0.43 | 0.08 | 81.76 | 0.72 | 0.72 |
| Hex | C6 | EB | 85 | 10 | 0 | 2B | 8 | 52 | 48 | 48 |
| Octal | 306 | 353 | 205 | 20 | 0 | 53 | 10 | 122 | 110 | 110 |
| Binary | 11000110 | 11101011 | 10000101 | 10000 | 0 | 101011 | 1000 | 1010010 | 1001000 | 1001000 |
Color Harmonies of #C6EB85
Complementary color
Monochromatic Colors of #C6EB85
Black with #C6EB85
Text Example
Text Example
White with #C6EB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EB85; }
p { color: rgb(198,235,133); }
H1.HeaderClassName
{
color: #C6EB85;
}
.AnyTagClassName
{
color: #C6EB85;
}
</style>
background-color css
<style>
a { background-color: #C6EB85; }
a { background-color: rgb(198,235,133); }
div.DivClassName
{
background-color: #C6EB85;
}
.BgClassName
{
background-color: #C6EB85;
}
</style>
border-color css
<style>
span { border-color: #C6EB85; }
span { border-color: rgb(198,235,133); }
td.TdClassName
{
border-color: #C6EB85;
}
.TagClassName
{
border-color: #C6EB85;
}
</style>