Shades of Sulu #C3F270
Tints of Sulu #C3F270
RGB
CMYK
RGB Variations
Color information
#C3F270 (or 0xC3F270) is known color: Sulu. HEX triplet: C3, F2 and 70. RGB value is (195,242,112). Sum of RGB (Red+Green+Blue) = 195+242+112=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 242 (94.92% from 255 or 44.08% from 549); Blue value is 112 (44.14% from 255 or 20.40% from 549); Max value from RGB is 242 - color contains mainly: green. Hex color #C3F270 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3F270 is #3C0D8F. Grayscale: #D5D5D5. Windows color (decimal): -3935632 or 7402179. OLE color: 7402179.
HSL color Cylindrical-coordinate representation of color #C3F270: hue angle of 81.69º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C3F270 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 242 | 112 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.05 |
| HSL | 81.69º | 0.83% | 0.69% | - |
| HSV(B) | 81.69º | 0.54% | 0.95% | - |
| XYZ | 57.18 | 76.28 | 27.04 | - |
| YUV | 213.13 | 70.93 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 242 | 112 | 0.19 | 0 | 0.54 | 0.05 | 81.69 | 0.83 | 0.69 |
| Hex | C3 | F2 | 70 | 13 | 0 | 36 | 5 | 52 | 53 | 45 |
| Octal | 303 | 362 | 160 | 23 | 0 | 66 | 5 | 122 | 123 | 105 |
| Binary | 11000011 | 11110010 | 1110000 | 10011 | 0 | 110110 | 101 | 1010010 | 1010011 | 1000101 |
Color Harmonies of #C3F270
Complementary color
Monochromatic Colors of #C3F270
Black with #C3F270
Text Example
Text Example
White with #C3F270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F270; }
p { color: rgb(195,242,112); }
H1.HeaderClassName
{
color: #C3F270;
}
.AnyTagClassName
{
color: #C3F270;
}
</style>
background-color css
<style>
a { background-color: #C3F270; }
a { background-color: rgb(195,242,112); }
div.DivClassName
{
background-color: #C3F270;
}
.BgClassName
{
background-color: #C3F270;
}
</style>
border-color css
<style>
span { border-color: #C3F270; }
span { border-color: rgb(195,242,112); }
td.TdClassName
{
border-color: #C3F270;
}
.TagClassName
{
border-color: #C3F270;
}
</style>