Shades of Sulu #C2FE65
Tints of Sulu #C2FE65
RGB
CMYK
RGB Variations
Color information
#C2FE65 (or 0xC2FE65) is known color: Sulu. HEX triplet: C2, FE and 65. RGB value is (194,254,101). Sum of RGB (Red+Green+Blue) = 194+254+101=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 254 (99.61% from 255 or 46.27% from 549); Blue value is 101 (39.84% from 255 or 18.40% from 549); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FE65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FE65 is #3D019A. Grayscale: #DBDBDB. Windows color (decimal): -3998107 or 6684354. OLE color: 6684354.
HSL color Cylindrical-coordinate representation of color #C2FE65: hue angle of 83.53º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2FE65 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 254 | 101 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.00 |
| HSL | 83.53º | 0.99% | 0.7% | - |
| HSV(B) | 83.53º | 0.6% | 1% | - |
| XYZ | 60.04 | 83.29 | 25.22 | - |
| YUV | 218.62 | 61.62 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 254 | 101 | 0.24 | 0 | 0.60 | 0.00 | 83.53 | 0.99 | 0.7 |
| Hex | C2 | FE | 65 | 18 | 0 | 3C | 0 | 54 | 63 | 46 |
| Octal | 302 | 376 | 145 | 30 | 0 | 74 | 0 | 124 | 143 | 106 |
| Binary | 11000010 | 11111110 | 1100101 | 11000 | 0 | 111100 | 0 | 1010100 | 1100011 | 1000110 |
Color Harmonies of #C2FE65
Complementary color
Monochromatic Colors of #C2FE65
Black with #C2FE65
Text Example
Text Example
White with #C2FE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FE65; }
p { color: rgb(194,254,101); }
H1.HeaderClassName
{
color: #C2FE65;
}
.AnyTagClassName
{
color: #C2FE65;
}
</style>
background-color css
<style>
a { background-color: #C2FE65; }
a { background-color: rgb(194,254,101); }
div.DivClassName
{
background-color: #C2FE65;
}
.BgClassName
{
background-color: #C2FE65;
}
</style>
border-color css
<style>
span { border-color: #C2FE65; }
span { border-color: rgb(194,254,101); }
td.TdClassName
{
border-color: #C2FE65;
}
.TagClassName
{
border-color: #C2FE65;
}
</style>