Shades of Sulu #C3E08D
Tints of Sulu #C3E08D
RGB
CMYK
RGB Variations
Color information
#C3E08D (or 0xC3E08D) is known color: Sulu. HEX triplet: C3, E0 and 8D. RGB value is (195,224,141). Sum of RGB (Red+Green+Blue) = 195+224+141=560 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.82% from 560); Green value is 224 (87.89% from 255 or 40% from 560); Blue value is 141 (55.47% from 255 or 25.18% from 560); Max value from RGB is 224 - color contains mainly: green. Hex color #C3E08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3E08D is #3C1F72. Grayscale: #CECECE. Windows color (decimal): -3940211 or 9298115. OLE color: 9298115.
HSL color Cylindrical-coordinate representation of color #C3E08D: hue angle of 80.96º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C3E08D is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 224 | 141 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.12 |
| HSL | 80.96º | 0.57% | 0.72% | - |
| HSV(B) | 80.96º | 0.37% | 0.88% | - |
| XYZ | 53.97 | 66.84 | 35.26 | - |
| YUV | 205.87 | 91.39 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 224 | 141 | 0.13 | 0 | 0.37 | 0.12 | 80.96 | 0.57 | 0.72 |
| Hex | C3 | E0 | 8D | D | 0 | 25 | C | 51 | 39 | 48 |
| Octal | 303 | 340 | 215 | 15 | 0 | 45 | 14 | 121 | 71 | 110 |
| Binary | 11000011 | 11100000 | 10001101 | 1101 | 0 | 100101 | 1100 | 1010001 | 111001 | 1001000 |
Color Harmonies of #C3E08D
Complementary color
Monochromatic Colors of #C3E08D
Black with #C3E08D
Text Example
Text Example
White with #C3E08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E08D; }
p { color: rgb(195,224,141); }
H1.HeaderClassName
{
color: #C3E08D;
}
.AnyTagClassName
{
color: #C3E08D;
}
</style>
background-color css
<style>
a { background-color: #C3E08D; }
a { background-color: rgb(195,224,141); }
div.DivClassName
{
background-color: #C3E08D;
}
.BgClassName
{
background-color: #C3E08D;
}
</style>
border-color css
<style>
span { border-color: #C3E08D; }
span { border-color: rgb(195,224,141); }
td.TdClassName
{
border-color: #C3E08D;
}
.TagClassName
{
border-color: #C3E08D;
}
</style>