Shades of Sulu #C2FB78
Tints of Sulu #C2FB78
RGB
CMYK
RGB Variations
Color information
#C2FB78 (or 0xC2FB78) is known color: Sulu. HEX triplet: C2, FB and 78. RGB value is (194,251,120). Sum of RGB (Red+Green+Blue) = 194+251+120=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 251 (98.44% from 255 or 44.42% from 565); Blue value is 120 (47.27% from 255 or 21.24% from 565); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FB78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FB78 is #3D0487. Grayscale: #DBDBDB. Windows color (decimal): -3998856 or 7928770. OLE color: 7928770.
HSL color Cylindrical-coordinate representation of color #C2FB78: hue angle of 86.11º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C2FB78 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 251 | 120 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.02 |
| HSL | 86.11º | 0.94% | 0.73% | - |
| HSV(B) | 86.11º | 0.52% | 0.98% | - |
| XYZ | 60.14 | 81.82 | 30.39 | - |
| YUV | 219.02 | 72.12 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 251 | 120 | 0.23 | 0 | 0.52 | 0.02 | 86.11 | 0.94 | 0.73 |
| Hex | C2 | FB | 78 | 17 | 0 | 34 | 2 | 56 | 5E | 49 |
| Octal | 302 | 373 | 170 | 27 | 0 | 64 | 2 | 126 | 136 | 111 |
| Binary | 11000010 | 11111011 | 1111000 | 10111 | 0 | 110100 | 10 | 1010110 | 1011110 | 1001001 |
Color Harmonies of #C2FB78
Complementary color
Monochromatic Colors of #C2FB78
Black with #C2FB78
Text Example
Text Example
White with #C2FB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FB78; }
p { color: rgb(194,251,120); }
H1.HeaderClassName
{
color: #C2FB78;
}
.AnyTagClassName
{
color: #C2FB78;
}
</style>
background-color css
<style>
a { background-color: #C2FB78; }
a { background-color: rgb(194,251,120); }
div.DivClassName
{
background-color: #C2FB78;
}
.BgClassName
{
background-color: #C2FB78;
}
</style>
border-color css
<style>
span { border-color: #C2FB78; }
span { border-color: rgb(194,251,120); }
td.TdClassName
{
border-color: #C2FB78;
}
.TagClassName
{
border-color: #C2FB78;
}
</style>