Shades of Sulu #C3F970
Tints of Sulu #C3F970
RGB
CMYK
RGB Variations
Color information
#C3F970 (or 0xC3F970) is known color: Sulu. HEX triplet: C3, F9 and 70. RGB value is (195,249,112). Sum of RGB (Red+Green+Blue) = 195+249+112=556 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.07% from 556); Green value is 249 (97.66% from 255 or 44.78% from 556); Blue value is 112 (44.14% from 255 or 20.14% from 556); Max value from RGB is 249 - color contains mainly: green. Hex color #C3F970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3F970 is #3C068F. Grayscale: #D9D9D9. Windows color (decimal): -3933840 or 7403971. OLE color: 7403971.
HSL color Cylindrical-coordinate representation of color #C3F970: hue angle of 83.65º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C3F970 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 249 | 112 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.02 |
| HSL | 83.65º | 0.92% | 0.71% | - |
| HSV(B) | 83.65º | 0.55% | 0.98% | - |
| XYZ | 59.31 | 80.52 | 27.75 | - |
| YUV | 217.24 | 68.61 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 249 | 112 | 0.22 | 0 | 0.55 | 0.02 | 83.65 | 0.92 | 0.71 |
| Hex | C3 | F9 | 70 | 16 | 0 | 37 | 2 | 54 | 5C | 47 |
| Octal | 303 | 371 | 160 | 26 | 0 | 67 | 2 | 124 | 134 | 107 |
| Binary | 11000011 | 11111001 | 1110000 | 10110 | 0 | 110111 | 10 | 1010100 | 1011100 | 1000111 |
Color Harmonies of #C3F970
Complementary color
Monochromatic Colors of #C3F970
Black with #C3F970
Text Example
Text Example
White with #C3F970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F970; }
p { color: rgb(195,249,112); }
H1.HeaderClassName
{
color: #C3F970;
}
.AnyTagClassName
{
color: #C3F970;
}
</style>
background-color css
<style>
a { background-color: #C3F970; }
a { background-color: rgb(195,249,112); }
div.DivClassName
{
background-color: #C3F970;
}
.BgClassName
{
background-color: #C3F970;
}
</style>
border-color css
<style>
span { border-color: #C3F970; }
span { border-color: rgb(195,249,112); }
td.TdClassName
{
border-color: #C3F970;
}
.TagClassName
{
border-color: #C3F970;
}
</style>