Shades of Sulu #C1F984
Tints of Sulu #C1F984
RGB
CMYK
RGB Variations
Color information
#C1F984 (or 0xC1F984) is known color: Sulu. HEX triplet: C1, F9 and 84. RGB value is (193,249,132). Sum of RGB (Red+Green+Blue) = 193+249+132=574 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.62% from 574); Green value is 249 (97.66% from 255 or 43.38% from 574); Blue value is 132 (51.95% from 255 or 23.00% from 574); Max value from RGB is 249 - color contains mainly: green. Hex color #C1F984 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1F984 is #3E067B. Grayscale: #DBDBDB. Windows color (decimal): -4064892 or 8714689. OLE color: 8714689.
HSL color Cylindrical-coordinate representation of color #C1F984: hue angle of 88.72º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C1F984 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 249 | 132 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.02 |
| HSL | 88.72º | 0.91% | 0.75% | - |
| HSV(B) | 88.72º | 0.47% | 0.98% | - |
| XYZ | 60.03 | 80.75 | 34.25 | - |
| YUV | 218.92 | 78.95 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 249 | 132 | 0.22 | 0 | 0.47 | 0.02 | 88.72 | 0.91 | 0.75 |
| Hex | C1 | F9 | 84 | 16 | 0 | 2F | 2 | 59 | 5B | 4B |
| Octal | 301 | 371 | 204 | 26 | 0 | 57 | 2 | 131 | 133 | 113 |
| Binary | 11000001 | 11111001 | 10000100 | 10110 | 0 | 101111 | 10 | 1011001 | 1011011 | 1001011 |
Color Harmonies of #C1F984
Complementary color
Monochromatic Colors of #C1F984
Black with #C1F984
Text Example
Text Example
White with #C1F984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F984; }
p { color: rgb(193,249,132); }
H1.HeaderClassName
{
color: #C1F984;
}
.AnyTagClassName
{
color: #C1F984;
}
</style>
background-color css
<style>
a { background-color: #C1F984; }
a { background-color: rgb(193,249,132); }
div.DivClassName
{
background-color: #C1F984;
}
.BgClassName
{
background-color: #C1F984;
}
</style>
border-color css
<style>
span { border-color: #C1F984; }
span { border-color: rgb(193,249,132); }
td.TdClassName
{
border-color: #C1F984;
}
.TagClassName
{
border-color: #C1F984;
}
</style>