Shades of Sulu #C2EF8D
Tints of Sulu #C2EF8D
RGB
CMYK
RGB Variations
Color information
#C2EF8D (or 0xC2EF8D) is known color: Sulu. HEX triplet: C2, EF and 8D. RGB value is (194,239,141). Sum of RGB (Red+Green+Blue) = 194+239+141=574 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.80% from 574); Green value is 239 (93.75% from 255 or 41.64% from 574); Blue value is 141 (55.47% from 255 or 24.56% from 574); Max value from RGB is 239 - color contains mainly: green. Hex color #C2EF8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2EF8D is #3D1072. Grayscale: #D6D6D6. Windows color (decimal): -4001907 or 9301954. OLE color: 9301954.
HSL color Cylindrical-coordinate representation of color #C2EF8D: hue angle of 87.55º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2EF8D is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 239 | 141 | - |
| CMYK | 0.19 | 0 | 0.41 | 0.06 |
| HSL | 87.55º | 0.75% | 0.75% | - |
| HSV(B) | 87.55º | 0.41% | 0.94% | - |
| XYZ | 57.92 | 75.13 | 36.65 | - |
| YUV | 214.37 | 86.59 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 239 | 141 | 0.19 | 0 | 0.41 | 0.06 | 87.55 | 0.75 | 0.75 |
| Hex | C2 | EF | 8D | 13 | 0 | 29 | 6 | 58 | 4B | 4B |
| Octal | 302 | 357 | 215 | 23 | 0 | 51 | 6 | 130 | 113 | 113 |
| Binary | 11000010 | 11101111 | 10001101 | 10011 | 0 | 101001 | 110 | 1011000 | 1001011 | 1001011 |
Color Harmonies of #C2EF8D
Complementary color
Monochromatic Colors of #C2EF8D
Black with #C2EF8D
Text Example
Text Example
White with #C2EF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EF8D; }
p { color: rgb(194,239,141); }
H1.HeaderClassName
{
color: #C2EF8D;
}
.AnyTagClassName
{
color: #C2EF8D;
}
</style>
background-color css
<style>
a { background-color: #C2EF8D; }
a { background-color: rgb(194,239,141); }
div.DivClassName
{
background-color: #C2EF8D;
}
.BgClassName
{
background-color: #C2EF8D;
}
</style>
border-color css
<style>
span { border-color: #C2EF8D; }
span { border-color: rgb(194,239,141); }
td.TdClassName
{
border-color: #C2EF8D;
}
.TagClassName
{
border-color: #C2EF8D;
}
</style>