Shades of Sulu #C3EB8C
Tints of Sulu #C3EB8C
RGB
CMYK
RGB Variations
Color information
#C3EB8C (or 0xC3EB8C) is known color: Sulu. HEX triplet: C3, EB and 8C. RGB value is (195,235,140). Sum of RGB (Red+Green+Blue) = 195+235+140=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 235 (92.19% from 255 or 41.23% from 570); Blue value is 140 (55.08% from 255 or 24.56% from 570); Max value from RGB is 235 - color contains mainly: green. Hex color #C3EB8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3EB8C is #3C1473. Grayscale: #D4D4D4. Windows color (decimal): -3937396 or 9235395. OLE color: 9235395.
HSL color Cylindrical-coordinate representation of color #C3EB8C: hue angle of 85.26º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C3EB8C is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 235 | 140 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.08 |
| HSL | 85.26º | 0.7% | 0.74% | - |
| HSV(B) | 85.26º | 0.4% | 0.92% | - |
| XYZ | 56.95 | 72.91 | 35.88 | - |
| YUV | 212.21 | 87.25 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 235 | 140 | 0.17 | 0 | 0.40 | 0.08 | 85.26 | 0.7 | 0.74 |
| Hex | C3 | EB | 8C | 11 | 0 | 28 | 8 | 55 | 46 | 4A |
| Octal | 303 | 353 | 214 | 21 | 0 | 50 | 10 | 125 | 106 | 112 |
| Binary | 11000011 | 11101011 | 10001100 | 10001 | 0 | 101000 | 1000 | 1010101 | 1000110 | 1001010 |
Color Harmonies of #C3EB8C
Complementary color
Monochromatic Colors of #C3EB8C
Black with #C3EB8C
Text Example
Text Example
White with #C3EB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EB8C; }
p { color: rgb(195,235,140); }
H1.HeaderClassName
{
color: #C3EB8C;
}
.AnyTagClassName
{
color: #C3EB8C;
}
</style>
background-color css
<style>
a { background-color: #C3EB8C; }
a { background-color: rgb(195,235,140); }
div.DivClassName
{
background-color: #C3EB8C;
}
.BgClassName
{
background-color: #C3EB8C;
}
</style>
border-color css
<style>
span { border-color: #C3EB8C; }
span { border-color: rgb(195,235,140); }
td.TdClassName
{
border-color: #C3EB8C;
}
.TagClassName
{
border-color: #C3EB8C;
}
</style>