Shades of Sulu #C3EA7D
Tints of Sulu #C3EA7D
RGB
CMYK
RGB Variations
Color information
#C3EA7D (or 0xC3EA7D) is known color: Sulu. HEX triplet: C3, EA and 7D. RGB value is (195,234,125). Sum of RGB (Red+Green+Blue) = 195+234+125=554 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.20% from 554); Green value is 234 (91.80% from 255 or 42.24% from 554); Blue value is 125 (49.22% from 255 or 22.56% from 554); Max value from RGB is 234 - color contains mainly: green. Hex color #C3EA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3EA7D is #3C1582. Grayscale: #D2D2D2. Windows color (decimal): -3937667 or 8252099. OLE color: 8252099.
HSL color Cylindrical-coordinate representation of color #C3EA7D: hue angle of 81.47º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C3EA7D is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 234 | 125 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.08 |
| HSL | 81.47º | 0.72% | 0.7% | - |
| HSV(B) | 81.47º | 0.47% | 0.92% | - |
| XYZ | 55.63 | 71.93 | 30.35 | - |
| YUV | 209.91 | 80.08 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 234 | 125 | 0.17 | 0 | 0.47 | 0.08 | 81.47 | 0.72 | 0.7 |
| Hex | C3 | EA | 7D | 11 | 0 | 2F | 8 | 51 | 48 | 46 |
| Octal | 303 | 352 | 175 | 21 | 0 | 57 | 10 | 121 | 110 | 106 |
| Binary | 11000011 | 11101010 | 1111101 | 10001 | 0 | 101111 | 1000 | 1010001 | 1001000 | 1000110 |
Color Harmonies of #C3EA7D
Complementary color
Monochromatic Colors of #C3EA7D
Black with #C3EA7D
Text Example
Text Example
White with #C3EA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EA7D; }
p { color: rgb(195,234,125); }
H1.HeaderClassName
{
color: #C3EA7D;
}
.AnyTagClassName
{
color: #C3EA7D;
}
</style>
background-color css
<style>
a { background-color: #C3EA7D; }
a { background-color: rgb(195,234,125); }
div.DivClassName
{
background-color: #C3EA7D;
}
.BgClassName
{
background-color: #C3EA7D;
}
</style>
border-color css
<style>
span { border-color: #C3EA7D; }
span { border-color: rgb(195,234,125); }
td.TdClassName
{
border-color: #C3EA7D;
}
.TagClassName
{
border-color: #C3EA7D;
}
</style>