Shades of Dark Pastel Green #0FD33C
Tints of Dark Pastel Green #0FD33C
RGB
CMYK
RGB Variations
Color information
#0FD33C (or 0x0FD33C) is known color: Dark Pastel Green. HEX triplet: 0F, D3 and 3C. RGB value is (15,211,60). Sum of RGB (Red+Green+Blue) = 15+211+60=286 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.24% from 286); Green value is 211 (82.81% from 255 or 73.78% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 211 - color contains mainly: green. Hex color #0FD33C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD33C is #F02CC3. Grayscale: #878787. Windows color (decimal): -15740100 or 3986191. OLE color: 3986191.
HSL color Cylindrical-coordinate representation of color #0FD33C: hue angle of 133.78º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD33C is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 15 | 211 | 60 | - |
| CMYK | 0.93 | 0 | 0.72 | 0.17 |
| HSL | 133.78º | 0.87% | 0.44% | - |
| HSV(B) | 133.78º | 0.93% | 0.83% | - |
| XYZ | 24.31 | 47.02 | 12.07 | - |
| YUV | 135.18 | 85.57 | 42.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 211 | 60 | 0.93 | 0 | 0.72 | 0.17 | 133.78 | 0.87 | 0.44 |
| Hex | F | D3 | 3C | 5D | 0 | 48 | 11 | 86 | 57 | 2C |
| Octal | 17 | 323 | 74 | 135 | 0 | 110 | 21 | 206 | 127 | 54 |
| Binary | 1111 | 11010011 | 111100 | 1011101 | 0 | 1001000 | 10001 | 10000110 | 1010111 | 101100 |
Color Harmonies of #0FD33C
Complementary color
Monochromatic Colors of #0FD33C
Black with #0FD33C
Text Example
Text Example
White with #0FD33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD33C; }
p { color: rgb(15,211,60); }
H1.HeaderClassName
{
color: #0FD33C;
}
.AnyTagClassName
{
color: #0FD33C;
}
</style>
background-color css
<style>
a { background-color: #0FD33C; }
a { background-color: rgb(15,211,60); }
div.DivClassName
{
background-color: #0FD33C;
}
.BgClassName
{
background-color: #0FD33C;
}
</style>
border-color css
<style>
span { border-color: #0FD33C; }
span { border-color: rgb(15,211,60); }
td.TdClassName
{
border-color: #0FD33C;
}
.TagClassName
{
border-color: #0FD33C;
}
</style>