Shades of Sulu #C3FB78
Tints of Sulu #C3FB78
RGB
CMYK
RGB Variations
Color information
#C3FB78 (or 0xC3FB78) is known color: Sulu. HEX triplet: C3, FB and 78. RGB value is (195,251,120). Sum of RGB (Red+Green+Blue) = 195+251+120=566 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.45% from 566); Green value is 251 (98.44% from 255 or 44.35% from 566); Blue value is 120 (47.27% from 255 or 21.20% from 566); Max value from RGB is 251 - color contains mainly: green. Hex color #C3FB78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3FB78 is #3C0487. Grayscale: #DBDBDB. Windows color (decimal): -3933320 or 7928771. OLE color: 7928771.
HSL color Cylindrical-coordinate representation of color #C3FB78: hue angle of 85.65º 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 #C3FB78 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 251 | 120 | - |
| CMYK | 0.22 | 0 | 0.52 | 0.02 |
| HSL | 85.65º | 0.94% | 0.73% | - |
| HSV(B) | 85.65º | 0.52% | 0.98% | - |
| XYZ | 60.39 | 81.95 | 30.4 | - |
| YUV | 219.32 | 71.95 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 251 | 120 | 0.22 | 0 | 0.52 | 0.02 | 85.65 | 0.94 | 0.73 |
| Hex | C3 | FB | 78 | 16 | 0 | 34 | 2 | 56 | 5E | 49 |
| Octal | 303 | 373 | 170 | 26 | 0 | 64 | 2 | 126 | 136 | 111 |
| Binary | 11000011 | 11111011 | 1111000 | 10110 | 0 | 110100 | 10 | 1010110 | 1011110 | 1001001 |
Color Harmonies of #C3FB78
Complementary color
Monochromatic Colors of #C3FB78
Black with #C3FB78
Text Example
Text Example
White with #C3FB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FB78; }
p { color: rgb(195,251,120); }
H1.HeaderClassName
{
color: #C3FB78;
}
.AnyTagClassName
{
color: #C3FB78;
}
</style>
background-color css
<style>
a { background-color: #C3FB78; }
a { background-color: rgb(195,251,120); }
div.DivClassName
{
background-color: #C3FB78;
}
.BgClassName
{
background-color: #C3FB78;
}
</style>
border-color css
<style>
span { border-color: #C3FB78; }
span { border-color: rgb(195,251,120); }
td.TdClassName
{
border-color: #C3FB78;
}
.TagClassName
{
border-color: #C3FB78;
}
</style>