Shades of Sulu #C3FE61
Tints of Sulu #C3FE61
RGB
CMYK
RGB Variations
Color information
#C3FE61 (or 0xC3FE61) is known color: Sulu. HEX triplet: C3, FE and 61. RGB value is (195,254,97). Sum of RGB (Red+Green+Blue) = 195+254+97=546 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.71% from 546); Green value is 254 (99.61% from 255 or 46.52% from 546); Blue value is 97 (38.28% from 255 or 17.77% from 546); Max value from RGB is 254 - color contains mainly: green. Hex color #C3FE61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3FE61 is #3C019E. Grayscale: #DBDBDB. Windows color (decimal): -3932575 or 6422211. OLE color: 6422211.
HSL color Cylindrical-coordinate representation of color #C3FE61: hue angle of 82.55º 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 #C3FE61 is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 254 | 97 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.00 |
| HSL | 82.55º | 0.99% | 0.69% | - |
| HSV(B) | 82.55º | 0.62% | 1% | - |
| XYZ | 60.11 | 83.35 | 24.23 | - |
| YUV | 218.46 | 59.45 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 254 | 97 | 0.23 | 0 | 0.62 | 0.00 | 82.55 | 0.99 | 0.69 |
| Hex | C3 | FE | 61 | 17 | 0 | 3E | 0 | 53 | 63 | 45 |
| Octal | 303 | 376 | 141 | 27 | 0 | 76 | 0 | 123 | 143 | 105 |
| Binary | 11000011 | 11111110 | 1100001 | 10111 | 0 | 111110 | 0 | 1010011 | 1100011 | 1000101 |
Color Harmonies of #C3FE61
Complementary color
Monochromatic Colors of #C3FE61
Black with #C3FE61
Text Example
Text Example
White with #C3FE61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FE61; }
p { color: rgb(195,254,97); }
H1.HeaderClassName
{
color: #C3FE61;
}
.AnyTagClassName
{
color: #C3FE61;
}
</style>
background-color css
<style>
a { background-color: #C3FE61; }
a { background-color: rgb(195,254,97); }
div.DivClassName
{
background-color: #C3FE61;
}
.BgClassName
{
background-color: #C3FE61;
}
</style>
border-color css
<style>
span { border-color: #C3FE61; }
span { border-color: rgb(195,254,97); }
td.TdClassName
{
border-color: #C3FE61;
}
.TagClassName
{
border-color: #C3FE61;
}
</style>