Shades of Sulu #C2F084
Tints of Sulu #C2F084
RGB
CMYK
RGB Variations
Color information
#C2F084 (or 0xC2F084) is known color: Sulu. HEX triplet: C2, F0 and 84. RGB value is (194,240,132). Sum of RGB (Red+Green+Blue) = 194+240+132=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 240 (94.14% from 255 or 42.40% from 566); Blue value is 132 (51.95% from 255 or 23.32% from 566); Max value from RGB is 240 - color contains mainly: green. Hex color #C2F084 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F084 is #3D0F7B. Grayscale: #D6D6D6. Windows color (decimal): -4001660 or 8712386. OLE color: 8712386.
HSL color Cylindrical-coordinate representation of color #C2F084: hue angle of 85.56º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C2F084 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 240 | 132 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.06 |
| HSL | 85.56º | 0.78% | 0.73% | - |
| HSV(B) | 85.56º | 0.45% | 0.94% | - |
| XYZ | 57.57 | 75.46 | 33.36 | - |
| YUV | 213.93 | 81.76 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 240 | 132 | 0.19 | 0 | 0.45 | 0.06 | 85.56 | 0.78 | 0.73 |
| Hex | C2 | F0 | 84 | 13 | 0 | 2D | 6 | 56 | 4E | 49 |
| Octal | 302 | 360 | 204 | 23 | 0 | 55 | 6 | 126 | 116 | 111 |
| Binary | 11000010 | 11110000 | 10000100 | 10011 | 0 | 101101 | 110 | 1010110 | 1001110 | 1001001 |
Color Harmonies of #C2F084
Complementary color
Monochromatic Colors of #C2F084
Black with #C2F084
Text Example
Text Example
White with #C2F084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F084; }
p { color: rgb(194,240,132); }
H1.HeaderClassName
{
color: #C2F084;
}
.AnyTagClassName
{
color: #C2F084;
}
</style>
background-color css
<style>
a { background-color: #C2F084; }
a { background-color: rgb(194,240,132); }
div.DivClassName
{
background-color: #C2F084;
}
.BgClassName
{
background-color: #C2F084;
}
</style>
border-color css
<style>
span { border-color: #C2F084; }
span { border-color: rgb(194,240,132); }
td.TdClassName
{
border-color: #C2F084;
}
.TagClassName
{
border-color: #C2F084;
}
</style>