Shades of Sulu #C2FA82
Tints of Sulu #C2FA82
RGB
CMYK
RGB Variations
Color information
#C2FA82 (or 0xC2FA82) is known color: Sulu. HEX triplet: C2, FA and 82. RGB value is (194,250,130). Sum of RGB (Red+Green+Blue) = 194+250+130=574 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.80% from 574); Green value is 250 (98.05% from 255 or 43.55% from 574); Blue value is 130 (51.17% from 255 or 22.65% from 574); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FA82 is #3D057D. Grayscale: #DCDCDC. Windows color (decimal): -3999102 or 8583874. OLE color: 8583874.
HSL color Cylindrical-coordinate representation of color #C2FA82: hue angle of 88º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C2FA82 is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 130 | - |
| CMYK | 0.22 | 0 | 0.48 | 0.02 |
| HSL | 88º | 0.92% | 0.75% | - |
| HSV(B) | 88º | 0.48% | 0.98% | - |
| XYZ | 60.46 | 81.45 | 33.65 | - |
| YUV | 219.58 | 77.45 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 130 | 0.22 | 0 | 0.48 | 0.02 | 88 | 0.92 | 0.75 |
| Hex | C2 | FA | 82 | 16 | 0 | 30 | 2 | 58 | 5C | 4B |
| Octal | 302 | 372 | 202 | 26 | 0 | 60 | 2 | 130 | 134 | 113 |
| Binary | 11000010 | 11111010 | 10000010 | 10110 | 0 | 110000 | 10 | 1011000 | 1011100 | 1001011 |
Color Harmonies of #C2FA82
Complementary color
Monochromatic Colors of #C2FA82
Black with #C2FA82
Text Example
Text Example
White with #C2FA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FA82; }
p { color: rgb(194,250,130); }
H1.HeaderClassName
{
color: #C2FA82;
}
.AnyTagClassName
{
color: #C2FA82;
}
</style>
background-color css
<style>
a { background-color: #C2FA82; }
a { background-color: rgb(194,250,130); }
div.DivClassName
{
background-color: #C2FA82;
}
.BgClassName
{
background-color: #C2FA82;
}
</style>
border-color css
<style>
span { border-color: #C2FA82; }
span { border-color: rgb(194,250,130); }
td.TdClassName
{
border-color: #C2FA82;
}
.TagClassName
{
border-color: #C2FA82;
}
</style>