Shades of Sulu #C3F182
Tints of Sulu #C3F182
RGB
CMYK
RGB Variations
Color information
#C3F182 (or 0xC3F182) is known color: Sulu. HEX triplet: C3, F1 and 82. RGB value is (195,241,130). Sum of RGB (Red+Green+Blue) = 195+241+130=566 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.45% from 566); Green value is 241 (94.53% from 255 or 42.58% from 566); Blue value is 130 (51.17% from 255 or 22.97% from 566); Max value from RGB is 241 - color contains mainly: green. Hex color #C3F182 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3F182 is #3C0E7D. Grayscale: #D6D6D6. Windows color (decimal): -3935870 or 8581571. OLE color: 8581571.
HSL color Cylindrical-coordinate representation of color #C3F182: hue angle of 84.86º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C3F182 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 241 | 130 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.05 |
| HSL | 84.86º | 0.8% | 0.73% | - |
| HSV(B) | 84.86º | 0.46% | 0.95% | - |
| XYZ | 57.99 | 76.12 | 32.76 | - |
| YUV | 214.59 | 80.26 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 241 | 130 | 0.19 | 0 | 0.46 | 0.05 | 84.86 | 0.8 | 0.73 |
| Hex | C3 | F1 | 82 | 13 | 0 | 2E | 5 | 55 | 50 | 49 |
| Octal | 303 | 361 | 202 | 23 | 0 | 56 | 5 | 125 | 120 | 111 |
| Binary | 11000011 | 11110001 | 10000010 | 10011 | 0 | 101110 | 101 | 1010101 | 1010000 | 1001001 |
Color Harmonies of #C3F182
Complementary color
Monochromatic Colors of #C3F182
Black with #C3F182
Text Example
Text Example
White with #C3F182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F182; }
p { color: rgb(195,241,130); }
H1.HeaderClassName
{
color: #C3F182;
}
.AnyTagClassName
{
color: #C3F182;
}
</style>
background-color css
<style>
a { background-color: #C3F182; }
a { background-color: rgb(195,241,130); }
div.DivClassName
{
background-color: #C3F182;
}
.BgClassName
{
background-color: #C3F182;
}
</style>
border-color css
<style>
span { border-color: #C3F182; }
span { border-color: rgb(195,241,130); }
td.TdClassName
{
border-color: #C3F182;
}
.TagClassName
{
border-color: #C3F182;
}
</style>