Shades of Sulu #C2FF73
Tints of Sulu #C2FF73
RGB
CMYK
RGB Variations
Color information
#C2FF73 (or 0xC2FF73) is known color: Sulu. HEX triplet: C2, FF and 73. RGB value is (194,255,115). Sum of RGB (Red+Green+Blue) = 194+255+115=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 115 (45.31% from 255 or 20.39% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FF73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FF73 is #3D008C. Grayscale: #DDDDDD. Windows color (decimal): -3997837 or 7602114. OLE color: 7602114.
HSL color Cylindrical-coordinate representation of color #C2FF73: hue angle of 86.14º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2FF73 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 115 | - |
| CMYK | 0.24 | 0 | 0.55 | 0 |
| HSL | 86.14º | 1% | 0.73% | - |
| HSV(B) | 86.14º | 0.55% | 1% | - |
| XYZ | 61.1 | 84.23 | 29.26 | - |
| YUV | 220.8 | 68.29 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 115 | 0.24 | 0 | 0.55 | 0 | 86.14 | 1 | 0.73 |
| Hex | C2 | FF | 73 | 18 | 0 | 37 | 0 | 56 | 64 | 49 |
| Octal | 302 | 377 | 163 | 30 | 0 | 67 | 0 | 126 | 144 | 111 |
| Binary | 11000010 | 11111111 | 1110011 | 11000 | 0 | 110111 | 0 | 1010110 | 1100100 | 1001001 |
Color Harmonies of #C2FF73
Complementary color
Monochromatic Colors of #C2FF73
Black with #C2FF73
Text Example
Text Example
White with #C2FF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FF73; }
p { color: rgb(194,255,115); }
H1.HeaderClassName
{
color: #C2FF73;
}
.AnyTagClassName
{
color: #C2FF73;
}
</style>
background-color css
<style>
a { background-color: #C2FF73; }
a { background-color: rgb(194,255,115); }
div.DivClassName
{
background-color: #C2FF73;
}
.BgClassName
{
background-color: #C2FF73;
}
</style>
border-color css
<style>
span { border-color: #C2FF73; }
span { border-color: rgb(194,255,115); }
td.TdClassName
{
border-color: #C2FF73;
}
.TagClassName
{
border-color: #C2FF73;
}
</style>