Shades of Sulu #C2FF78
Tints of Sulu #C2FF78
RGB
CMYK
RGB Variations
Color information
#C2FF78 (or 0xC2FF78) is known color: Sulu. HEX triplet: C2, FF and 78. RGB value is (194,255,120). Sum of RGB (Red+Green+Blue) = 194+255+120=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 255 (100% from 255 or 44.82% from 569); Blue value is 120 (47.27% from 255 or 21.09% from 569); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FF78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FF78 is #3D0087. Grayscale: #DDDDDD. Windows color (decimal): -3997832 or 7929794. OLE color: 7929794.
HSL color Cylindrical-coordinate representation of color #C2FF78: hue angle of 87.11º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C2FF78 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 120 | - |
| CMYK | 0.24 | 0 | 0.53 | 0 |
| HSL | 87.11º | 1% | 0.74% | - |
| HSV(B) | 87.11º | 0.53% | 1% | - |
| XYZ | 61.4 | 84.35 | 30.81 | - |
| YUV | 221.37 | 70.79 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 120 | 0.24 | 0 | 0.53 | 0 | 87.11 | 1 | 0.74 |
| Hex | C2 | FF | 78 | 18 | 0 | 35 | 0 | 57 | 64 | 4A |
| Octal | 302 | 377 | 170 | 30 | 0 | 65 | 0 | 127 | 144 | 112 |
| Binary | 11000010 | 11111111 | 1111000 | 11000 | 0 | 110101 | 0 | 1010111 | 1100100 | 1001010 |
Color Harmonies of #C2FF78
Complementary color
Monochromatic Colors of #C2FF78
Black with #C2FF78
Text Example
Text Example
White with #C2FF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FF78; }
p { color: rgb(194,255,120); }
H1.HeaderClassName
{
color: #C2FF78;
}
.AnyTagClassName
{
color: #C2FF78;
}
</style>
background-color css
<style>
a { background-color: #C2FF78; }
a { background-color: rgb(194,255,120); }
div.DivClassName
{
background-color: #C2FF78;
}
.BgClassName
{
background-color: #C2FF78;
}
</style>
border-color css
<style>
span { border-color: #C2FF78; }
span { border-color: rgb(194,255,120); }
td.TdClassName
{
border-color: #C2FF78;
}
.TagClassName
{
border-color: #C2FF78;
}
</style>