Shades of Sulu #C3E17D
Tints of Sulu #C3E17D
RGB
CMYK
RGB Variations
Color information
#C3E17D (or 0xC3E17D) is known color: Sulu. HEX triplet: C3, E1 and 7D. RGB value is (195,225,125). Sum of RGB (Red+Green+Blue) = 195+225+125=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 225 (88.28% from 255 or 41.28% from 545); Blue value is 125 (49.22% from 255 or 22.94% from 545); Max value from RGB is 225 - color contains mainly: green. Hex color #C3E17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3E17D is #3C1E82. Grayscale: #CDCDCD. Windows color (decimal): -3939971 or 8249795. OLE color: 8249795.
HSL color Cylindrical-coordinate representation of color #C3E17D: hue angle of 78º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C3E17D is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 225 | 125 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.12 |
| HSL | 78º | 0.63% | 0.69% | - |
| HSV(B) | 78º | 0.44% | 0.88% | - |
| XYZ | 53.13 | 66.93 | 29.52 | - |
| YUV | 204.63 | 83.06 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 225 | 125 | 0.13 | 0 | 0.44 | 0.12 | 78 | 0.63 | 0.69 |
| Hex | C3 | E1 | 7D | D | 0 | 2C | C | 4E | 3E | 45 |
| Octal | 303 | 341 | 175 | 15 | 0 | 54 | 14 | 116 | 76 | 105 |
| Binary | 11000011 | 11100001 | 1111101 | 1101 | 0 | 101100 | 1100 | 1001110 | 111110 | 1000101 |
Color Harmonies of #C3E17D
Complementary color
Monochromatic Colors of #C3E17D
Black with #C3E17D
Text Example
Text Example
White with #C3E17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E17D; }
p { color: rgb(195,225,125); }
H1.HeaderClassName
{
color: #C3E17D;
}
.AnyTagClassName
{
color: #C3E17D;
}
</style>
background-color css
<style>
a { background-color: #C3E17D; }
a { background-color: rgb(195,225,125); }
div.DivClassName
{
background-color: #C3E17D;
}
.BgClassName
{
background-color: #C3E17D;
}
</style>
border-color css
<style>
span { border-color: #C3E17D; }
span { border-color: rgb(195,225,125); }
td.TdClassName
{
border-color: #C3E17D;
}
.TagClassName
{
border-color: #C3E17D;
}
</style>