Shades of Sulu #C3FA7A
Tints of Sulu #C3FA7A
RGB
CMYK
RGB Variations
Color information
#C3FA7A (or 0xC3FA7A) is known color: Sulu. HEX triplet: C3, FA and 7A. RGB value is (195,250,122). Sum of RGB (Red+Green+Blue) = 195+250+122=567 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.39% from 567); Green value is 250 (98.05% from 255 or 44.09% from 567); Blue value is 122 (48.05% from 255 or 21.52% from 567); Max value from RGB is 250 - color contains mainly: green. Hex color #C3FA7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3FA7A is #3C0585. Grayscale: #DBDBDB. Windows color (decimal): -3933574 or 8059587. OLE color: 8059587.
HSL color Cylindrical-coordinate representation of color #C3FA7A: hue angle of 85.78º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C3FA7A is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 250 | 122 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.02 |
| HSL | 85.78º | 0.93% | 0.73% | - |
| HSV(B) | 85.78º | 0.51% | 0.98% | - |
| XYZ | 60.2 | 81.38 | 30.95 | - |
| YUV | 218.96 | 73.28 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 250 | 122 | 0.22 | 0 | 0.51 | 0.02 | 85.78 | 0.93 | 0.73 |
| Hex | C3 | FA | 7A | 16 | 0 | 33 | 2 | 56 | 5D | 49 |
| Octal | 303 | 372 | 172 | 26 | 0 | 63 | 2 | 126 | 135 | 111 |
| Binary | 11000011 | 11111010 | 1111010 | 10110 | 0 | 110011 | 10 | 1010110 | 1011101 | 1001001 |
Color Harmonies of #C3FA7A
Complementary color
Monochromatic Colors of #C3FA7A
Black with #C3FA7A
Text Example
Text Example
White with #C3FA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FA7A; }
p { color: rgb(195,250,122); }
H1.HeaderClassName
{
color: #C3FA7A;
}
.AnyTagClassName
{
color: #C3FA7A;
}
</style>
background-color css
<style>
a { background-color: #C3FA7A; }
a { background-color: rgb(195,250,122); }
div.DivClassName
{
background-color: #C3FA7A;
}
.BgClassName
{
background-color: #C3FA7A;
}
</style>
border-color css
<style>
span { border-color: #C3FA7A; }
span { border-color: rgb(195,250,122); }
td.TdClassName
{
border-color: #C3FA7A;
}
.TagClassName
{
border-color: #C3FA7A;
}
</style>