Shades of Sulu #C3F681
Tints of Sulu #C3F681
RGB
CMYK
RGB Variations
Color information
#C3F681 (or 0xC3F681) is known color: Sulu. HEX triplet: C3, F6 and 81. RGB value is (195,246,129). Sum of RGB (Red+Green+Blue) = 195+246+129=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 246 (96.48% from 255 or 43.16% from 570); Blue value is 129 (50.78% from 255 or 22.63% from 570); Max value from RGB is 246 - color contains mainly: green. Hex color #C3F681 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3F681 is #3C097E. Grayscale: #D9D9D9. Windows color (decimal): -3934591 or 8517315. OLE color: 8517315.
HSL color Cylindrical-coordinate representation of color #C3F681: hue angle of 86.15º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C3F681 is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 246 | 129 | - |
| CMYK | 0.21 | 0 | 0.48 | 0.04 |
| HSL | 86.15º | 0.87% | 0.74% | - |
| HSV(B) | 86.15º | 0.48% | 0.96% | - |
| XYZ | 59.42 | 79.1 | 32.9 | - |
| YUV | 217.41 | 78.1 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 246 | 129 | 0.21 | 0 | 0.48 | 0.04 | 86.15 | 0.87 | 0.74 |
| Hex | C3 | F6 | 81 | 15 | 0 | 30 | 4 | 56 | 57 | 4A |
| Octal | 303 | 366 | 201 | 25 | 0 | 60 | 4 | 126 | 127 | 112 |
| Binary | 11000011 | 11110110 | 10000001 | 10101 | 0 | 110000 | 100 | 1010110 | 1010111 | 1001010 |
Color Harmonies of #C3F681
Complementary color
Monochromatic Colors of #C3F681
Black with #C3F681
Text Example
Text Example
White with #C3F681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F681; }
p { color: rgb(195,246,129); }
H1.HeaderClassName
{
color: #C3F681;
}
.AnyTagClassName
{
color: #C3F681;
}
</style>
background-color css
<style>
a { background-color: #C3F681; }
a { background-color: rgb(195,246,129); }
div.DivClassName
{
background-color: #C3F681;
}
.BgClassName
{
background-color: #C3F681;
}
</style>
border-color css
<style>
span { border-color: #C3F681; }
span { border-color: rgb(195,246,129); }
td.TdClassName
{
border-color: #C3F681;
}
.TagClassName
{
border-color: #C3F681;
}
</style>