Shades of Sulu #C3F582
Tints of Sulu #C3F582
RGB
CMYK
RGB Variations
Color information
#C3F582 (or 0xC3F582) is known color: Sulu. HEX triplet: C3, F5 and 82. RGB value is (195,245,130). Sum of RGB (Red+Green+Blue) = 195+245+130=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 245 (96.09% from 255 or 42.98% from 570); Blue value is 130 (51.17% from 255 or 22.81% from 570); Max value from RGB is 245 - color contains mainly: green. Hex color #C3F582 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3F582 is #3C0A7D. Grayscale: #D9D9D9. Windows color (decimal): -3934846 or 8582595. OLE color: 8582595.
HSL color Cylindrical-coordinate representation of color #C3F582: hue angle of 86.09º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C3F582 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 245 | 130 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.04 |
| HSL | 86.09º | 0.85% | 0.74% | - |
| HSV(B) | 86.09º | 0.47% | 0.96% | - |
| XYZ | 59.19 | 78.52 | 33.16 | - |
| YUV | 216.94 | 78.94 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 245 | 130 | 0.20 | 0 | 0.47 | 0.04 | 86.09 | 0.85 | 0.74 |
| Hex | C3 | F5 | 82 | 14 | 0 | 2F | 4 | 56 | 55 | 4A |
| Octal | 303 | 365 | 202 | 24 | 0 | 57 | 4 | 126 | 125 | 112 |
| Binary | 11000011 | 11110101 | 10000010 | 10100 | 0 | 101111 | 100 | 1010110 | 1010101 | 1001010 |
Color Harmonies of #C3F582
Complementary color
Monochromatic Colors of #C3F582
Black with #C3F582
Text Example
Text Example
White with #C3F582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F582; }
p { color: rgb(195,245,130); }
H1.HeaderClassName
{
color: #C3F582;
}
.AnyTagClassName
{
color: #C3F582;
}
</style>
background-color css
<style>
a { background-color: #C3F582; }
a { background-color: rgb(195,245,130); }
div.DivClassName
{
background-color: #C3F582;
}
.BgClassName
{
background-color: #C3F582;
}
</style>
border-color css
<style>
span { border-color: #C3F582; }
span { border-color: rgb(195,245,130); }
td.TdClassName
{
border-color: #C3F582;
}
.TagClassName
{
border-color: #C3F582;
}
</style>