Shades of Sulu #C1F58F
Tints of Sulu #C1F58F
RGB
CMYK
RGB Variations
Color information
#C1F58F (or 0xC1F58F) is known color: Sulu. HEX triplet: C1, F5 and 8F. RGB value is (193,245,143). Sum of RGB (Red+Green+Blue) = 193+245+143=581 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.22% from 581); Green value is 245 (96.09% from 255 or 42.17% from 581); Blue value is 143 (56.25% from 255 or 24.61% from 581); Max value from RGB is 245 - color contains mainly: green. Hex color #C1F58F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1F58F is #3E0A70. Grayscale: #DADADA. Windows color (decimal): -4065905 or 9434561. OLE color: 9434561.
HSL color Cylindrical-coordinate representation of color #C1F58F: hue angle of 90.59º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C1F58F is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 245 | 143 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.04 |
| HSL | 90.59º | 0.84% | 0.76% | - |
| HSV(B) | 90.59º | 0.42% | 0.96% | - |
| XYZ | 59.6 | 78.63 | 38.02 | - |
| YUV | 217.82 | 85.77 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 245 | 143 | 0.21 | 0 | 0.42 | 0.04 | 90.59 | 0.84 | 0.76 |
| Hex | C1 | F5 | 8F | 15 | 0 | 2A | 4 | 5B | 54 | 4C |
| Octal | 301 | 365 | 217 | 25 | 0 | 52 | 4 | 133 | 124 | 114 |
| Binary | 11000001 | 11110101 | 10001111 | 10101 | 0 | 101010 | 100 | 1011011 | 1010100 | 1001100 |
Color Harmonies of #C1F58F
Complementary color
Monochromatic Colors of #C1F58F
Black with #C1F58F
Text Example
Text Example
White with #C1F58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F58F; }
p { color: rgb(193,245,143); }
H1.HeaderClassName
{
color: #C1F58F;
}
.AnyTagClassName
{
color: #C1F58F;
}
</style>
background-color css
<style>
a { background-color: #C1F58F; }
a { background-color: rgb(193,245,143); }
div.DivClassName
{
background-color: #C1F58F;
}
.BgClassName
{
background-color: #C1F58F;
}
</style>
border-color css
<style>
span { border-color: #C1F58F; }
span { border-color: rgb(193,245,143); }
td.TdClassName
{
border-color: #C1F58F;
}
.TagClassName
{
border-color: #C1F58F;
}
</style>