Shades of Sulu #C3F86C
Tints of Sulu #C3F86C
RGB
CMYK
RGB Variations
Color information
#C3F86C (or 0xC3F86C) is known color: Sulu. HEX triplet: C3, F8 and 6C. RGB value is (195,248,108). Sum of RGB (Red+Green+Blue) = 195+248+108=551 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.39% from 551); Green value is 248 (97.27% from 255 or 45.01% from 551); Blue value is 108 (42.58% from 255 or 19.60% from 551); Max value from RGB is 248 - color contains mainly: green. Hex color #C3F86C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3F86C is #3C0793. Grayscale: #D8D8D8. Windows color (decimal): -3934100 or 7141571. OLE color: 7141571.
HSL color Cylindrical-coordinate representation of color #C3F86C: hue angle of 82.71º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C3F86C is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 195 | 248 | 108 | - |
| CMYK | 0.21 | 0 | 0.56 | 0.03 |
| HSL | 82.71º | 0.91% | 0.7% | - |
| HSV(B) | 82.71º | 0.56% | 0.97% | - |
| XYZ | 58.78 | 79.82 | 26.5 | - |
| YUV | 216.19 | 66.94 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 248 | 108 | 0.21 | 0 | 0.56 | 0.03 | 82.71 | 0.91 | 0.7 |
| Hex | C3 | F8 | 6C | 15 | 0 | 38 | 3 | 53 | 5B | 46 |
| Octal | 303 | 370 | 154 | 25 | 0 | 70 | 3 | 123 | 133 | 106 |
| Binary | 11000011 | 11111000 | 1101100 | 10101 | 0 | 111000 | 11 | 1010011 | 1011011 | 1000110 |
Color Harmonies of #C3F86C
Complementary color
Monochromatic Colors of #C3F86C
Black with #C3F86C
Text Example
Text Example
White with #C3F86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F86C; }
p { color: rgb(195,248,108); }
H1.HeaderClassName
{
color: #C3F86C;
}
.AnyTagClassName
{
color: #C3F86C;
}
</style>
background-color css
<style>
a { background-color: #C3F86C; }
a { background-color: rgb(195,248,108); }
div.DivClassName
{
background-color: #C3F86C;
}
.BgClassName
{
background-color: #C3F86C;
}
</style>
border-color css
<style>
span { border-color: #C3F86C; }
span { border-color: rgb(195,248,108); }
td.TdClassName
{
border-color: #C3F86C;
}
.TagClassName
{
border-color: #C3F86C;
}
</style>