Shades of Sulu #C3EC7D
Tints of Sulu #C3EC7D
RGB
CMYK
RGB Variations
Color information
#C3EC7D (or 0xC3EC7D) is known color: Sulu. HEX triplet: C3, EC and 7D. RGB value is (195,236,125). Sum of RGB (Red+Green+Blue) = 195+236+125=556 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.07% from 556); Green value is 236 (92.58% from 255 or 42.45% from 556); Blue value is 125 (49.22% from 255 or 22.48% from 556); Max value from RGB is 236 - color contains mainly: green. Hex color #C3EC7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3EC7D is #3C1382. Grayscale: #D3D3D3. Windows color (decimal): -3937155 or 8252611. OLE color: 8252611.
HSL color Cylindrical-coordinate representation of color #C3EC7D: hue angle of 82.16º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C3EC7D is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 236 | 125 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.07 |
| HSL | 82.16º | 0.74% | 0.71% | - |
| HSV(B) | 82.16º | 0.47% | 0.93% | - |
| XYZ | 56.2 | 73.07 | 30.54 | - |
| YUV | 211.09 | 79.42 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 236 | 125 | 0.17 | 0 | 0.47 | 0.07 | 82.16 | 0.74 | 0.71 |
| Hex | C3 | EC | 7D | 11 | 0 | 2F | 7 | 52 | 4A | 47 |
| Octal | 303 | 354 | 175 | 21 | 0 | 57 | 7 | 122 | 112 | 107 |
| Binary | 11000011 | 11101100 | 1111101 | 10001 | 0 | 101111 | 111 | 1010010 | 1001010 | 1000111 |
Color Harmonies of #C3EC7D
Complementary color
Monochromatic Colors of #C3EC7D
Black with #C3EC7D
Text Example
Text Example
White with #C3EC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EC7D; }
p { color: rgb(195,236,125); }
H1.HeaderClassName
{
color: #C3EC7D;
}
.AnyTagClassName
{
color: #C3EC7D;
}
</style>
background-color css
<style>
a { background-color: #C3EC7D; }
a { background-color: rgb(195,236,125); }
div.DivClassName
{
background-color: #C3EC7D;
}
.BgClassName
{
background-color: #C3EC7D;
}
</style>
border-color css
<style>
span { border-color: #C3EC7D; }
span { border-color: rgb(195,236,125); }
td.TdClassName
{
border-color: #C3EC7D;
}
.TagClassName
{
border-color: #C3EC7D;
}
</style>