Shades of Dark Pastel Green #12CF37
Tints of Dark Pastel Green #12CF37
RGB
CMYK
RGB Variations
Color information
#12CF37 (or 0x12CF37) is known color: Dark Pastel Green. HEX triplet: 12, CF and 37. RGB value is (18,207,55). Sum of RGB (Red+Green+Blue) = 18+207+55=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 207 (81.25% from 255 or 73.93% from 280); Blue value is 55 (21.88% from 255 or 19.64% from 280); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF37 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CF37 is #ED30C8. Grayscale: #858585. Windows color (decimal): -15544521 or 3657490. OLE color: 3657490.
HSL color Cylindrical-coordinate representation of color #12CF37: hue angle of 131.75º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CF37 is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 207 | 55 | - |
| CMYK | 0.91 | 0 | 0.73 | 0.19 |
| HSL | 131.75º | 0.84% | 0.44% | - |
| HSV(B) | 131.75º | 0.91% | 0.81% | - |
| XYZ | 23.25 | 45.03 | 11.08 | - |
| YUV | 133.16 | 83.88 | 45.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 207 | 55 | 0.91 | 0 | 0.73 | 0.19 | 131.75 | 0.84 | 0.44 |
| Hex | 12 | CF | 37 | 5B | 0 | 49 | 13 | 84 | 54 | 2C |
| Octal | 22 | 317 | 67 | 133 | 0 | 111 | 23 | 204 | 124 | 54 |
| Binary | 10010 | 11001111 | 110111 | 1011011 | 0 | 1001001 | 10011 | 10000100 | 1010100 | 101100 |
Color Harmonies of #12CF37
Complementary color
Monochromatic Colors of #12CF37
Black with #12CF37
Text Example
Text Example
White with #12CF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CF37; }
p { color: rgb(18,207,55); }
H1.HeaderClassName
{
color: #12CF37;
}
.AnyTagClassName
{
color: #12CF37;
}
</style>
background-color css
<style>
a { background-color: #12CF37; }
a { background-color: rgb(18,207,55); }
div.DivClassName
{
background-color: #12CF37;
}
.BgClassName
{
background-color: #12CF37;
}
</style>
border-color css
<style>
span { border-color: #12CF37; }
span { border-color: rgb(18,207,55); }
td.TdClassName
{
border-color: #12CF37;
}
.TagClassName
{
border-color: #12CF37;
}
</style>