Shades of Sulu #C3F875
Tints of Sulu #C3F875
RGB
CMYK
RGB Variations
Color information
#C3F875 (or 0xC3F875) is known color: Sulu. HEX triplet: C3, F8 and 75. RGB value is (195,248,117). Sum of RGB (Red+Green+Blue) = 195+248+117=560 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.82% from 560); Green value is 248 (97.27% from 255 or 44.29% from 560); Blue value is 117 (46.09% from 255 or 20.89% from 560); Max value from RGB is 248 - color contains mainly: green. Hex color #C3F875 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3F875 is #3C078A. Grayscale: #D9D9D9. Windows color (decimal): -3934091 or 7731395. OLE color: 7731395.
HSL color Cylindrical-coordinate representation of color #C3F875: hue angle of 84.27º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C3F875 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 195 | 248 | 117 | - |
| CMYK | 0.21 | 0 | 0.53 | 0.03 |
| HSL | 84.27º | 0.9% | 0.72% | - |
| HSV(B) | 84.27º | 0.53% | 0.97% | - |
| XYZ | 59.28 | 80.02 | 29.15 | - |
| YUV | 217.22 | 71.44 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 248 | 117 | 0.21 | 0 | 0.53 | 0.03 | 84.27 | 0.9 | 0.72 |
| Hex | C3 | F8 | 75 | 15 | 0 | 35 | 3 | 54 | 5A | 48 |
| Octal | 303 | 370 | 165 | 25 | 0 | 65 | 3 | 124 | 132 | 110 |
| Binary | 11000011 | 11111000 | 1110101 | 10101 | 0 | 110101 | 11 | 1010100 | 1011010 | 1001000 |
Color Harmonies of #C3F875
Complementary color
Monochromatic Colors of #C3F875
Black with #C3F875
Text Example
Text Example
White with #C3F875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F875; }
p { color: rgb(195,248,117); }
H1.HeaderClassName
{
color: #C3F875;
}
.AnyTagClassName
{
color: #C3F875;
}
</style>
background-color css
<style>
a { background-color: #C3F875; }
a { background-color: rgb(195,248,117); }
div.DivClassName
{
background-color: #C3F875;
}
.BgClassName
{
background-color: #C3F875;
}
</style>
border-color css
<style>
span { border-color: #C3F875; }
span { border-color: rgb(195,248,117); }
td.TdClassName
{
border-color: #C3F875;
}
.TagClassName
{
border-color: #C3F875;
}
</style>