Shades of Sulu #C3FF80
Tints of Sulu #C3FF80
RGB
CMYK
RGB Variations
Color information
#C3FF80 (or 0xC3FF80) is known color: Sulu. HEX triplet: C3, FF and 80. RGB value is (195,255,128). Sum of RGB (Red+Green+Blue) = 195+255+128=578 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.74% from 578); Green value is 255 (100% from 255 or 44.12% from 578); Blue value is 128 (50.39% from 255 or 22.15% from 578); Max value from RGB is 255 - color contains mainly: green. Hex color #C3FF80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3FF80 is #3C007F. Grayscale: #DFDFDF. Windows color (decimal): -3932288 or 8454083. OLE color: 8454083.
HSL color Cylindrical-coordinate representation of color #C3FF80: hue angle of 88.35º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C3FF80 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 255 | 128 | - |
| CMYK | 0.24 | 0 | 0.50 | 0 |
| HSL | 88.35º | 1% | 0.75% | - |
| HSV(B) | 88.35º | 0.5% | 1% | - |
| XYZ | 62.16 | 84.68 | 33.49 | - |
| YUV | 222.58 | 74.62 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 255 | 128 | 0.24 | 0 | 0.50 | 0 | 88.35 | 1 | 0.75 |
| Hex | C3 | FF | 80 | 18 | 0 | 32 | 0 | 58 | 64 | 4B |
| Octal | 303 | 377 | 200 | 30 | 0 | 62 | 0 | 130 | 144 | 113 |
| Binary | 11000011 | 11111111 | 10000000 | 11000 | 0 | 110010 | 0 | 1011000 | 1100100 | 1001011 |
Color Harmonies of #C3FF80
Complementary color
Monochromatic Colors of #C3FF80
Black with #C3FF80
Text Example
Text Example
White with #C3FF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FF80; }
p { color: rgb(195,255,128); }
H1.HeaderClassName
{
color: #C3FF80;
}
.AnyTagClassName
{
color: #C3FF80;
}
</style>
background-color css
<style>
a { background-color: #C3FF80; }
a { background-color: rgb(195,255,128); }
div.DivClassName
{
background-color: #C3FF80;
}
.BgClassName
{
background-color: #C3FF80;
}
</style>
border-color css
<style>
span { border-color: #C3FF80; }
span { border-color: rgb(195,255,128); }
td.TdClassName
{
border-color: #C3FF80;
}
.TagClassName
{
border-color: #C3FF80;
}
</style>