Shades of Sulu #C3EE7D
Tints of Sulu #C3EE7D
RGB
CMYK
RGB Variations
Color information
#C3EE7D (or 0xC3EE7D) is known color: Sulu. HEX triplet: C3, EE and 7D. RGB value is (195,238,125). Sum of RGB (Red+Green+Blue) = 195+238+125=558 (73% of max value = 765). Red value is 195 (76.56% from 255 or 34.95% from 558); Green value is 238 (93.36% from 255 or 42.65% from 558); Blue value is 125 (49.22% from 255 or 22.40% from 558); Max value from RGB is 238 - color contains mainly: green. Hex color #C3EE7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3EE7D is #3C1182. Grayscale: #D4D4D4. Windows color (decimal): -3936643 or 8253123. OLE color: 8253123.
HSL color Cylindrical-coordinate representation of color #C3EE7D: hue angle of 82.83º degrees, saturation: 0.77, 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 #C3EE7D is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 238 | 125 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.07 |
| HSL | 82.83º | 0.77% | 0.71% | - |
| HSV(B) | 82.83º | 0.47% | 0.93% | - |
| XYZ | 56.78 | 74.23 | 30.74 | - |
| YUV | 212.26 | 78.75 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 238 | 125 | 0.18 | 0 | 0.47 | 0.07 | 82.83 | 0.77 | 0.71 |
| Hex | C3 | EE | 7D | 12 | 0 | 2F | 7 | 53 | 4D | 47 |
| Octal | 303 | 356 | 175 | 22 | 0 | 57 | 7 | 123 | 115 | 107 |
| Binary | 11000011 | 11101110 | 1111101 | 10010 | 0 | 101111 | 111 | 1010011 | 1001101 | 1000111 |
Color Harmonies of #C3EE7D
Complementary color
Monochromatic Colors of #C3EE7D
Black with #C3EE7D
Text Example
Text Example
White with #C3EE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EE7D; }
p { color: rgb(195,238,125); }
H1.HeaderClassName
{
color: #C3EE7D;
}
.AnyTagClassName
{
color: #C3EE7D;
}
</style>
background-color css
<style>
a { background-color: #C3EE7D; }
a { background-color: rgb(195,238,125); }
div.DivClassName
{
background-color: #C3EE7D;
}
.BgClassName
{
background-color: #C3EE7D;
}
</style>
border-color css
<style>
span { border-color: #C3EE7D; }
span { border-color: rgb(195,238,125); }
td.TdClassName
{
border-color: #C3EE7D;
}
.TagClassName
{
border-color: #C3EE7D;
}
</style>