Shades of Sulu #C1F58A
Tints of Sulu #C1F58A
RGB
CMYK
RGB Variations
Color information
#C1F58A (or 0xC1F58A) is known color: Sulu. HEX triplet: C1, F5 and 8A. RGB value is (193,245,138). Sum of RGB (Red+Green+Blue) = 193+245+138=576 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.51% from 576); Green value is 245 (96.09% from 255 or 42.53% from 576); Blue value is 138 (54.30% from 255 or 23.96% from 576); Max value from RGB is 245 - color contains mainly: green. Hex color #C1F58A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1F58A is #3E0A75. Grayscale: #D9D9D9. Windows color (decimal): -4065910 or 9106881. OLE color: 9106881.
HSL color Cylindrical-coordinate representation of color #C1F58A: hue angle of 89.16º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C1F58A is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 245 | 138 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.04 |
| HSL | 89.16º | 0.84% | 0.75% | - |
| HSV(B) | 89.16º | 0.44% | 0.96% | - |
| XYZ | 59.23 | 78.48 | 36.07 | - |
| YUV | 217.25 | 83.27 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 245 | 138 | 0.21 | 0 | 0.44 | 0.04 | 89.16 | 0.84 | 0.75 |
| Hex | C1 | F5 | 8A | 15 | 0 | 2C | 4 | 59 | 54 | 4B |
| Octal | 301 | 365 | 212 | 25 | 0 | 54 | 4 | 131 | 124 | 113 |
| Binary | 11000001 | 11110101 | 10001010 | 10101 | 0 | 101100 | 100 | 1011001 | 1010100 | 1001011 |
Color Harmonies of #C1F58A
Complementary color
Monochromatic Colors of #C1F58A
Black with #C1F58A
Text Example
Text Example
White with #C1F58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F58A; }
p { color: rgb(193,245,138); }
H1.HeaderClassName
{
color: #C1F58A;
}
.AnyTagClassName
{
color: #C1F58A;
}
</style>
background-color css
<style>
a { background-color: #C1F58A; }
a { background-color: rgb(193,245,138); }
div.DivClassName
{
background-color: #C1F58A;
}
.BgClassName
{
background-color: #C1F58A;
}
</style>
border-color css
<style>
span { border-color: #C1F58A; }
span { border-color: rgb(193,245,138); }
td.TdClassName
{
border-color: #C1F58A;
}
.TagClassName
{
border-color: #C1F58A;
}
</style>