Shades of Sulu #C2EF82
Tints of Sulu #C2EF82
RGB
CMYK
RGB Variations
Color information
#C2EF82 (or 0xC2EF82) is known color: Sulu. HEX triplet: C2, EF and 82. RGB value is (194,239,130). Sum of RGB (Red+Green+Blue) = 194+239+130=563 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.46% from 563); Green value is 239 (93.75% from 255 or 42.45% from 563); Blue value is 130 (51.17% from 255 or 23.09% from 563); Max value from RGB is 239 - color contains mainly: green. Hex color #C2EF82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2EF82 is #3D107D. Grayscale: #D5D5D5. Windows color (decimal): -4001918 or 8581058. OLE color: 8581058.
HSL color Cylindrical-coordinate representation of color #C2EF82: hue angle of 84.77º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2EF82 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 239 | 130 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.06 |
| HSL | 84.77º | 0.77% | 0.72% | - |
| HSV(B) | 84.77º | 0.46% | 0.94% | - |
| XYZ | 57.14 | 74.81 | 32.55 | - |
| YUV | 213.12 | 81.09 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 239 | 130 | 0.19 | 0 | 0.46 | 0.06 | 84.77 | 0.77 | 0.72 |
| Hex | C2 | EF | 82 | 13 | 0 | 2E | 6 | 55 | 4D | 48 |
| Octal | 302 | 357 | 202 | 23 | 0 | 56 | 6 | 125 | 115 | 110 |
| Binary | 11000010 | 11101111 | 10000010 | 10011 | 0 | 101110 | 110 | 1010101 | 1001101 | 1001000 |
Color Harmonies of #C2EF82
Complementary color
Monochromatic Colors of #C2EF82
Black with #C2EF82
Text Example
Text Example
White with #C2EF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EF82; }
p { color: rgb(194,239,130); }
H1.HeaderClassName
{
color: #C2EF82;
}
.AnyTagClassName
{
color: #C2EF82;
}
</style>
background-color css
<style>
a { background-color: #C2EF82; }
a { background-color: rgb(194,239,130); }
div.DivClassName
{
background-color: #C2EF82;
}
.BgClassName
{
background-color: #C2EF82;
}
</style>
border-color css
<style>
span { border-color: #C2EF82; }
span { border-color: rgb(194,239,130); }
td.TdClassName
{
border-color: #C2EF82;
}
.TagClassName
{
border-color: #C2EF82;
}
</style>