Shades of Sulu #C3ED8A
Tints of Sulu #C3ED8A
RGB
CMYK
RGB Variations
Color information
#C3ED8A (or 0xC3ED8A) is known color: Sulu. HEX triplet: C3, ED and 8A. RGB value is (195,237,138). Sum of RGB (Red+Green+Blue) = 195+237+138=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 237 (92.97% from 255 or 41.58% from 570); Blue value is 138 (54.30% from 255 or 24.21% from 570); Max value from RGB is 237 - color contains mainly: green. Hex color #C3ED8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3ED8A is #3C1275. Grayscale: #D5D5D5. Windows color (decimal): -3936886 or 9104835. OLE color: 9104835.
HSL color Cylindrical-coordinate representation of color #C3ED8A: hue angle of 85.45º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C3ED8A is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 237 | 138 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.07 |
| HSL | 85.45º | 0.73% | 0.74% | - |
| HSV(B) | 85.45º | 0.42% | 0.93% | - |
| XYZ | 57.38 | 74.01 | 35.31 | - |
| YUV | 213.16 | 85.59 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 237 | 138 | 0.18 | 0 | 0.42 | 0.07 | 85.45 | 0.73 | 0.74 |
| Hex | C3 | ED | 8A | 12 | 0 | 2A | 7 | 55 | 49 | 4A |
| Octal | 303 | 355 | 212 | 22 | 0 | 52 | 7 | 125 | 111 | 112 |
| Binary | 11000011 | 11101101 | 10001010 | 10010 | 0 | 101010 | 111 | 1010101 | 1001001 | 1001010 |
Color Harmonies of #C3ED8A
Complementary color
Monochromatic Colors of #C3ED8A
Black with #C3ED8A
Text Example
Text Example
White with #C3ED8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ED8A; }
p { color: rgb(195,237,138); }
H1.HeaderClassName
{
color: #C3ED8A;
}
.AnyTagClassName
{
color: #C3ED8A;
}
</style>
background-color css
<style>
a { background-color: #C3ED8A; }
a { background-color: rgb(195,237,138); }
div.DivClassName
{
background-color: #C3ED8A;
}
.BgClassName
{
background-color: #C3ED8A;
}
</style>
border-color css
<style>
span { border-color: #C3ED8A; }
span { border-color: rgb(195,237,138); }
td.TdClassName
{
border-color: #C3ED8A;
}
.TagClassName
{
border-color: #C3ED8A;
}
</style>