Shades of Sulu #C2F984
Tints of Sulu #C2F984
RGB
CMYK
RGB Variations
Color information
#C2F984 (or 0xC2F984) is known color: Sulu. HEX triplet: C2, F9 and 84. RGB value is (194,249,132). Sum of RGB (Red+Green+Blue) = 194+249+132=575 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.74% from 575); Green value is 249 (97.66% from 255 or 43.30% from 575); Blue value is 132 (51.95% from 255 or 22.96% from 575); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F984 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F984 is #3D067B. Grayscale: #DBDBDB. Windows color (decimal): -3999356 or 8714690. OLE color: 8714690.
HSL color Cylindrical-coordinate representation of color #C2F984: hue angle of 88.21º 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 #C2F984 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 249 | 132 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.02 |
| HSL | 88.21º | 0.91% | 0.75% | - |
| HSV(B) | 88.21º | 0.47% | 0.98% | - |
| XYZ | 60.29 | 80.89 | 34.26 | - |
| YUV | 219.22 | 78.78 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 249 | 132 | 0.22 | 0 | 0.47 | 0.02 | 88.21 | 0.91 | 0.75 |
| Hex | C2 | F9 | 84 | 16 | 0 | 2F | 2 | 58 | 5B | 4B |
| Octal | 302 | 371 | 204 | 26 | 0 | 57 | 2 | 130 | 133 | 113 |
| Binary | 11000010 | 11111001 | 10000100 | 10110 | 0 | 101111 | 10 | 1011000 | 1011011 | 1001011 |
Color Harmonies of #C2F984
Complementary color
Monochromatic Colors of #C2F984
Black with #C2F984
Text Example
Text Example
White with #C2F984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F984; }
p { color: rgb(194,249,132); }
H1.HeaderClassName
{
color: #C2F984;
}
.AnyTagClassName
{
color: #C2F984;
}
</style>
background-color css
<style>
a { background-color: #C2F984; }
a { background-color: rgb(194,249,132); }
div.DivClassName
{
background-color: #C2F984;
}
.BgClassName
{
background-color: #C2F984;
}
</style>
border-color css
<style>
span { border-color: #C2F984; }
span { border-color: rgb(194,249,132); }
td.TdClassName
{
border-color: #C2F984;
}
.TagClassName
{
border-color: #C2F984;
}
</style>