Shades of Sulu #C3F180
Tints of Sulu #C3F180
RGB
CMYK
RGB Variations
Color information
#C3F180 (or 0xC3F180) is known color: Sulu. HEX triplet: C3, F1 and 80. RGB value is (195,241,128). Sum of RGB (Red+Green+Blue) = 195+241+128=564 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.57% from 564); Green value is 241 (94.53% from 255 or 42.73% from 564); Blue value is 128 (50.39% from 255 or 22.70% from 564); Max value from RGB is 241 - color contains mainly: green. Hex color #C3F180 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3F180 is #3C0E7F. Grayscale: #D6D6D6. Windows color (decimal): -3935872 or 8450499. OLE color: 8450499.
HSL color Cylindrical-coordinate representation of color #C3F180: hue angle of 84.42º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C3F180 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 241 | 128 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.05 |
| HSL | 84.42º | 0.8% | 0.72% | - |
| HSV(B) | 84.42º | 0.47% | 0.95% | - |
| XYZ | 57.86 | 76.07 | 32.06 | - |
| YUV | 214.36 | 79.26 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 241 | 128 | 0.19 | 0 | 0.47 | 0.05 | 84.42 | 0.8 | 0.72 |
| Hex | C3 | F1 | 80 | 13 | 0 | 2F | 5 | 54 | 50 | 48 |
| Octal | 303 | 361 | 200 | 23 | 0 | 57 | 5 | 124 | 120 | 110 |
| Binary | 11000011 | 11110001 | 10000000 | 10011 | 0 | 101111 | 101 | 1010100 | 1010000 | 1001000 |
Color Harmonies of #C3F180
Complementary color
Monochromatic Colors of #C3F180
Black with #C3F180
Text Example
Text Example
White with #C3F180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F180; }
p { color: rgb(195,241,128); }
H1.HeaderClassName
{
color: #C3F180;
}
.AnyTagClassName
{
color: #C3F180;
}
</style>
background-color css
<style>
a { background-color: #C3F180; }
a { background-color: rgb(195,241,128); }
div.DivClassName
{
background-color: #C3F180;
}
.BgClassName
{
background-color: #C3F180;
}
</style>
border-color css
<style>
span { border-color: #C3F180; }
span { border-color: rgb(195,241,128); }
td.TdClassName
{
border-color: #C3F180;
}
.TagClassName
{
border-color: #C3F180;
}
</style>