Shades of Sulu #C3F070
Tints of Sulu #C3F070
RGB
CMYK
RGB Variations
Color information
#C3F070 (or 0xC3F070) is known color: Sulu. HEX triplet: C3, F0 and 70. RGB value is (195,240,112). Sum of RGB (Red+Green+Blue) = 195+240+112=547 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.65% from 547); Green value is 240 (94.14% from 255 or 43.88% from 547); Blue value is 112 (44.14% from 255 or 20.48% from 547); Max value from RGB is 240 - color contains mainly: green. Hex color #C3F070 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3F070 is #3C0F8F. Grayscale: #D4D4D4. Windows color (decimal): -3936144 or 7401667. OLE color: 7401667.
HSL color Cylindrical-coordinate representation of color #C3F070: hue angle of 81.09º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C3F070 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 240 | 112 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.06 |
| HSL | 81.09º | 0.81% | 0.69% | - |
| HSV(B) | 81.09º | 0.53% | 0.94% | - |
| XYZ | 56.59 | 75.09 | 26.84 | - |
| YUV | 211.95 | 71.59 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 240 | 112 | 0.19 | 0 | 0.53 | 0.06 | 81.09 | 0.81 | 0.69 |
| Hex | C3 | F0 | 70 | 13 | 0 | 35 | 6 | 51 | 51 | 45 |
| Octal | 303 | 360 | 160 | 23 | 0 | 65 | 6 | 121 | 121 | 105 |
| Binary | 11000011 | 11110000 | 1110000 | 10011 | 0 | 110101 | 110 | 1010001 | 1010001 | 1000101 |
Color Harmonies of #C3F070
Complementary color
Monochromatic Colors of #C3F070
Black with #C3F070
Text Example
Text Example
White with #C3F070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F070; }
p { color: rgb(195,240,112); }
H1.HeaderClassName
{
color: #C3F070;
}
.AnyTagClassName
{
color: #C3F070;
}
</style>
background-color css
<style>
a { background-color: #C3F070; }
a { background-color: rgb(195,240,112); }
div.DivClassName
{
background-color: #C3F070;
}
.BgClassName
{
background-color: #C3F070;
}
</style>
border-color css
<style>
span { border-color: #C3F070; }
span { border-color: rgb(195,240,112); }
td.TdClassName
{
border-color: #C3F070;
}
.TagClassName
{
border-color: #C3F070;
}
</style>