Shades of Dark Pastel Green #12D33B
Tints of Dark Pastel Green #12D33B
RGB
CMYK
RGB Variations
Color information
#12D33B (or 0x12D33B) is known color: Dark Pastel Green. HEX triplet: 12, D3 and 3B. RGB value is (18,211,59). Sum of RGB (Red+Green+Blue) = 18+211+59=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 211 (82.81% from 255 or 73.26% from 288); Blue value is 59 (23.44% from 255 or 20.49% from 288); Max value from RGB is 211 - color contains mainly: green. Hex color #12D33B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D33B is #ED2CC4. Grayscale: #888888. Windows color (decimal): -15543493 or 3920658. OLE color: 3920658.
HSL color Cylindrical-coordinate representation of color #12D33B: hue angle of 132.75º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D33B is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 18 | 211 | 59 | - |
| CMYK | 0.91 | 0 | 0.72 | 0.17 |
| HSL | 132.75º | 0.84% | 0.45% | - |
| HSV(B) | 132.75º | 0.91% | 0.83% | - |
| XYZ | 24.33 | 47.03 | 11.93 | - |
| YUV | 135.97 | 84.56 | 43.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 211 | 59 | 0.91 | 0 | 0.72 | 0.17 | 132.75 | 0.84 | 0.45 |
| Hex | 12 | D3 | 3B | 5B | 0 | 48 | 11 | 85 | 54 | 2D |
| Octal | 22 | 323 | 73 | 133 | 0 | 110 | 21 | 205 | 124 | 55 |
| Binary | 10010 | 11010011 | 111011 | 1011011 | 0 | 1001000 | 10001 | 10000101 | 1010100 | 101101 |
Color Harmonies of #12D33B
Complementary color
Monochromatic Colors of #12D33B
Black with #12D33B
Text Example
Text Example
White with #12D33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D33B; }
p { color: rgb(18,211,59); }
H1.HeaderClassName
{
color: #12D33B;
}
.AnyTagClassName
{
color: #12D33B;
}
</style>
background-color css
<style>
a { background-color: #12D33B; }
a { background-color: rgb(18,211,59); }
div.DivClassName
{
background-color: #12D33B;
}
.BgClassName
{
background-color: #12D33B;
}
</style>
border-color css
<style>
span { border-color: #12D33B; }
span { border-color: rgb(18,211,59); }
td.TdClassName
{
border-color: #12D33B;
}
.TagClassName
{
border-color: #12D33B;
}
</style>