Shades of Sulu #C2ED8F
Tints of Sulu #C2ED8F
RGB
CMYK
RGB Variations
Color information
#C2ED8F (or 0xC2ED8F) is known color: Sulu. HEX triplet: C2, ED and 8F. RGB value is (194,237,143). Sum of RGB (Red+Green+Blue) = 194+237+143=574 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.80% from 574); Green value is 237 (92.97% from 255 or 41.29% from 574); Blue value is 143 (56.25% from 255 or 24.91% from 574); Max value from RGB is 237 - color contains mainly: green. Hex color #C2ED8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2ED8F is #3D1270. Grayscale: #D5D5D5. Windows color (decimal): -4002417 or 9432514. OLE color: 9432514.
HSL color Cylindrical-coordinate representation of color #C2ED8F: hue angle of 87.45º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2ED8F is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 237 | 143 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.07 |
| HSL | 87.45º | 0.72% | 0.75% | - |
| HSV(B) | 87.45º | 0.4% | 0.93% | - |
| XYZ | 57.49 | 74.02 | 37.24 | - |
| YUV | 213.43 | 88.25 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 237 | 143 | 0.18 | 0 | 0.40 | 0.07 | 87.45 | 0.72 | 0.75 |
| Hex | C2 | ED | 8F | 12 | 0 | 28 | 7 | 57 | 48 | 4B |
| Octal | 302 | 355 | 217 | 22 | 0 | 50 | 7 | 127 | 110 | 113 |
| Binary | 11000010 | 11101101 | 10001111 | 10010 | 0 | 101000 | 111 | 1010111 | 1001000 | 1001011 |
Color Harmonies of #C2ED8F
Complementary color
Monochromatic Colors of #C2ED8F
Black with #C2ED8F
Text Example
Text Example
White with #C2ED8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ED8F; }
p { color: rgb(194,237,143); }
H1.HeaderClassName
{
color: #C2ED8F;
}
.AnyTagClassName
{
color: #C2ED8F;
}
</style>
background-color css
<style>
a { background-color: #C2ED8F; }
a { background-color: rgb(194,237,143); }
div.DivClassName
{
background-color: #C2ED8F;
}
.BgClassName
{
background-color: #C2ED8F;
}
</style>
border-color css
<style>
span { border-color: #C2ED8F; }
span { border-color: rgb(194,237,143); }
td.TdClassName
{
border-color: #C2ED8F;
}
.TagClassName
{
border-color: #C2ED8F;
}
</style>