Shades of Sulu #C3E682
Tints of Sulu #C3E682
RGB
CMYK
RGB Variations
Color information
#C3E682 (or 0xC3E682) is known color: Sulu. HEX triplet: C3, E6 and 82. RGB value is (195,230,130). Sum of RGB (Red+Green+Blue) = 195+230+130=555 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.14% from 555); Green value is 230 (90.23% from 255 or 41.44% from 555); Blue value is 130 (51.17% from 255 or 23.42% from 555); Max value from RGB is 230 - color contains mainly: green. Hex color #C3E682 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3E682 is #3C197D. Grayscale: #D0D0D0. Windows color (decimal): -3938686 or 8578755. OLE color: 8578755.
HSL color Cylindrical-coordinate representation of color #C3E682: hue angle of 81º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C3E682 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 230 | 130 | - |
| CMYK | 0.15 | 0 | 0.43 | 0.10 |
| HSL | 81º | 0.67% | 0.71% | - |
| HSV(B) | 81º | 0.43% | 0.9% | - |
| XYZ | 54.83 | 69.81 | 31.7 | - |
| YUV | 208.14 | 83.9 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 230 | 130 | 0.15 | 0 | 0.43 | 0.10 | 81 | 0.67 | 0.71 |
| Hex | C3 | E6 | 82 | F | 0 | 2B | A | 51 | 43 | 47 |
| Octal | 303 | 346 | 202 | 17 | 0 | 53 | 12 | 121 | 103 | 107 |
| Binary | 11000011 | 11100110 | 10000010 | 1111 | 0 | 101011 | 1010 | 1010001 | 1000011 | 1000111 |
Color Harmonies of #C3E682
Complementary color
Monochromatic Colors of #C3E682
Black with #C3E682
Text Example
Text Example
White with #C3E682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E682; }
p { color: rgb(195,230,130); }
H1.HeaderClassName
{
color: #C3E682;
}
.AnyTagClassName
{
color: #C3E682;
}
</style>
background-color css
<style>
a { background-color: #C3E682; }
a { background-color: rgb(195,230,130); }
div.DivClassName
{
background-color: #C3E682;
}
.BgClassName
{
background-color: #C3E682;
}
</style>
border-color css
<style>
span { border-color: #C3E682; }
span { border-color: rgb(195,230,130); }
td.TdClassName
{
border-color: #C3E682;
}
.TagClassName
{
border-color: #C3E682;
}
</style>