Shades of Sulu #C3F983
Tints of Sulu #C3F983
RGB
CMYK
RGB Variations
Color information
#C3F983 (or 0xC3F983) is known color: Sulu. HEX triplet: C3, F9 and 83. RGB value is (195,249,131). Sum of RGB (Red+Green+Blue) = 195+249+131=575 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.91% from 575); Green value is 249 (97.66% from 255 or 43.30% from 575); Blue value is 131 (51.56% from 255 or 22.78% from 575); Max value from RGB is 249 - color contains mainly: green. Hex color #C3F983 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3F983 is #3C067C. Grayscale: #DBDBDB. Windows color (decimal): -3933821 or 8649155. OLE color: 8649155.
HSL color Cylindrical-coordinate representation of color #C3F983: hue angle of 87.46º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C3F983 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 249 | 131 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.02 |
| HSL | 87.46º | 0.91% | 0.75% | - |
| HSV(B) | 87.46º | 0.47% | 0.98% | - |
| XYZ | 60.48 | 80.99 | 33.92 | - |
| YUV | 219.4 | 78.11 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 249 | 131 | 0.22 | 0 | 0.47 | 0.02 | 87.46 | 0.91 | 0.75 |
| Hex | C3 | F9 | 83 | 16 | 0 | 2F | 2 | 57 | 5B | 4B |
| Octal | 303 | 371 | 203 | 26 | 0 | 57 | 2 | 127 | 133 | 113 |
| Binary | 11000011 | 11111001 | 10000011 | 10110 | 0 | 101111 | 10 | 1010111 | 1011011 | 1001011 |
Color Harmonies of #C3F983
Complementary color
Monochromatic Colors of #C3F983
Black with #C3F983
Text Example
Text Example
White with #C3F983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F983; }
p { color: rgb(195,249,131); }
H1.HeaderClassName
{
color: #C3F983;
}
.AnyTagClassName
{
color: #C3F983;
}
</style>
background-color css
<style>
a { background-color: #C3F983; }
a { background-color: rgb(195,249,131); }
div.DivClassName
{
background-color: #C3F983;
}
.BgClassName
{
background-color: #C3F983;
}
</style>
border-color css
<style>
span { border-color: #C3F983; }
span { border-color: rgb(195,249,131); }
td.TdClassName
{
border-color: #C3F983;
}
.TagClassName
{
border-color: #C3F983;
}
</style>