Shades of Sulu #C2F985
Tints of Sulu #C2F985
RGB
CMYK
RGB Variations
Color information
#C2F985 (or 0xC2F985) is known color: Sulu. HEX triplet: C2, F9 and 85. RGB value is (194,249,133). Sum of RGB (Red+Green+Blue) = 194+249+133=576 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.68% from 576); Green value is 249 (97.66% from 255 or 43.23% from 576); Blue value is 133 (52.34% from 255 or 23.09% from 576); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F985 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F985 is #3D067A. Grayscale: #DBDBDB. Windows color (decimal): -3999355 or 8780226. OLE color: 8780226.
HSL color Cylindrical-coordinate representation of color #C2F985: hue angle of 88.45º 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 #C2F985 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 249 | 133 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.02 |
| HSL | 88.45º | 0.91% | 0.75% | - |
| HSV(B) | 88.45º | 0.47% | 0.98% | - |
| XYZ | 60.36 | 80.91 | 34.63 | - |
| YUV | 219.33 | 79.28 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 249 | 133 | 0.22 | 0 | 0.47 | 0.02 | 88.45 | 0.91 | 0.75 |
| Hex | C2 | F9 | 85 | 16 | 0 | 2F | 2 | 58 | 5B | 4B |
| Octal | 302 | 371 | 205 | 26 | 0 | 57 | 2 | 130 | 133 | 113 |
| Binary | 11000010 | 11111001 | 10000101 | 10110 | 0 | 101111 | 10 | 1011000 | 1011011 | 1001011 |
Color Harmonies of #C2F985
Complementary color
Monochromatic Colors of #C2F985
Black with #C2F985
Text Example
Text Example
White with #C2F985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F985; }
p { color: rgb(194,249,133); }
H1.HeaderClassName
{
color: #C2F985;
}
.AnyTagClassName
{
color: #C2F985;
}
</style>
background-color css
<style>
a { background-color: #C2F985; }
a { background-color: rgb(194,249,133); }
div.DivClassName
{
background-color: #C2F985;
}
.BgClassName
{
background-color: #C2F985;
}
</style>
border-color css
<style>
span { border-color: #C2F985; }
span { border-color: rgb(194,249,133); }
td.TdClassName
{
border-color: #C2F985;
}
.TagClassName
{
border-color: #C2F985;
}
</style>