Shades of Sulu #C2FE61
Tints of Sulu #C2FE61
RGB
CMYK
RGB Variations
Color information
#C2FE61 (or 0xC2FE61) is known color: Sulu. HEX triplet: C2, FE and 61. RGB value is (194,254,97). Sum of RGB (Red+Green+Blue) = 194+254+97=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 254 (99.61% from 255 or 46.61% from 545); Blue value is 97 (38.28% from 255 or 17.80% from 545); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FE61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FE61 is #3D019E. Grayscale: #DADADA. Windows color (decimal): -3998111 or 6422210. OLE color: 6422210.
HSL color Cylindrical-coordinate representation of color #C2FE61: hue angle of 82.93º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2FE61 is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 254 | 97 | - |
| CMYK | 0.24 | 0 | 0.62 | 0.00 |
| HSL | 82.93º | 0.99% | 0.69% | - |
| HSV(B) | 82.93º | 0.62% | 1% | - |
| XYZ | 59.85 | 83.22 | 24.22 | - |
| YUV | 218.16 | 59.62 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 254 | 97 | 0.24 | 0 | 0.62 | 0.00 | 82.93 | 0.99 | 0.69 |
| Hex | C2 | FE | 61 | 18 | 0 | 3E | 0 | 53 | 63 | 45 |
| Octal | 302 | 376 | 141 | 30 | 0 | 76 | 0 | 123 | 143 | 105 |
| Binary | 11000010 | 11111110 | 1100001 | 11000 | 0 | 111110 | 0 | 1010011 | 1100011 | 1000101 |
Color Harmonies of #C2FE61
Complementary color
Monochromatic Colors of #C2FE61
Black with #C2FE61
Text Example
Text Example
White with #C2FE61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FE61; }
p { color: rgb(194,254,97); }
H1.HeaderClassName
{
color: #C2FE61;
}
.AnyTagClassName
{
color: #C2FE61;
}
</style>
background-color css
<style>
a { background-color: #C2FE61; }
a { background-color: rgb(194,254,97); }
div.DivClassName
{
background-color: #C2FE61;
}
.BgClassName
{
background-color: #C2FE61;
}
</style>
border-color css
<style>
span { border-color: #C2FE61; }
span { border-color: rgb(194,254,97); }
td.TdClassName
{
border-color: #C2FE61;
}
.TagClassName
{
border-color: #C2FE61;
}
</style>