Shades of Sulu #C2F264
Tints of Sulu #C2F264
RGB
CMYK
RGB Variations
Color information
#C2F264 (or 0xC2F264) is known color: Sulu. HEX triplet: C2, F2 and 64. RGB value is (194,242,100). Sum of RGB (Red+Green+Blue) = 194+242+100=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 100 (39.45% from 255 or 18.66% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F264 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F264 is #3D0D9B. Grayscale: #D3D3D3. Windows color (decimal): -4001180 or 6615746. OLE color: 6615746.
HSL color Cylindrical-coordinate representation of color #C2F264: hue angle of 80.28º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2F264 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 242 | 100 | - |
| CMYK | 0.20 | 0 | 0.59 | 0.05 |
| HSL | 80.28º | 0.85% | 0.67% | - |
| HSV(B) | 80.28º | 0.59% | 0.95% | - |
| XYZ | 56.3 | 75.89 | 23.74 | - |
| YUV | 211.46 | 65.1 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 242 | 100 | 0.20 | 0 | 0.59 | 0.05 | 80.28 | 0.85 | 0.67 |
| Hex | C2 | F2 | 64 | 14 | 0 | 3B | 5 | 50 | 55 | 43 |
| Octal | 302 | 362 | 144 | 24 | 0 | 73 | 5 | 120 | 125 | 103 |
| Binary | 11000010 | 11110010 | 1100100 | 10100 | 0 | 111011 | 101 | 1010000 | 1010101 | 1000011 |
Color Harmonies of #C2F264
Complementary color
Monochromatic Colors of #C2F264
Black with #C2F264
Text Example
Text Example
White with #C2F264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F264; }
p { color: rgb(194,242,100); }
H1.HeaderClassName
{
color: #C2F264;
}
.AnyTagClassName
{
color: #C2F264;
}
</style>
background-color css
<style>
a { background-color: #C2F264; }
a { background-color: rgb(194,242,100); }
div.DivClassName
{
background-color: #C2F264;
}
.BgClassName
{
background-color: #C2F264;
}
</style>
border-color css
<style>
span { border-color: #C2F264; }
span { border-color: rgb(194,242,100); }
td.TdClassName
{
border-color: #C2F264;
}
.TagClassName
{
border-color: #C2F264;
}
</style>