Shades of Dark Pastel Green #0FDF2D
Tints of Dark Pastel Green #0FDF2D
RGB
CMYK
RGB Variations
Color information
#0FDF2D (or 0x0FDF2D) is known color: Dark Pastel Green. HEX triplet: 0F, DF and 2D. RGB value is (15,223,45). Sum of RGB (Red+Green+Blue) = 15+223+45=283 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.30% from 283); Green value is 223 (87.5% from 255 or 78.80% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 223 - color contains mainly: green. Hex color #0FDF2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FDF2D is #F020D2. Grayscale: #8D8D8D. Windows color (decimal): -15737043 or 3006223. OLE color: 3006223.
HSL color Cylindrical-coordinate representation of color #0FDF2D: hue angle of 128.65º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDF2D is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 223 | 45 | - |
| CMYK | 0.93 | 0 | 0.80 | 0.13 |
| HSL | 128.65º | 0.87% | 0.47% | - |
| HSV(B) | 128.65º | 0.93% | 0.87% | - |
| XYZ | 27.06 | 53.07 | 11.3 | - |
| YUV | 140.52 | 74.09 | 38.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 223 | 45 | 0.93 | 0 | 0.80 | 0.13 | 128.65 | 0.87 | 0.47 |
| Hex | F | DF | 2D | 5D | 0 | 50 | D | 81 | 57 | 2F |
| Octal | 17 | 337 | 55 | 135 | 0 | 120 | 15 | 201 | 127 | 57 |
| Binary | 1111 | 11011111 | 101101 | 1011101 | 0 | 1010000 | 1101 | 10000001 | 1010111 | 101111 |
Color Harmonies of #0FDF2D
Complementary color
Monochromatic Colors of #0FDF2D
Black with #0FDF2D
Text Example
Text Example
White with #0FDF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDF2D; }
p { color: rgb(15,223,45); }
H1.HeaderClassName
{
color: #0FDF2D;
}
.AnyTagClassName
{
color: #0FDF2D;
}
</style>
background-color css
<style>
a { background-color: #0FDF2D; }
a { background-color: rgb(15,223,45); }
div.DivClassName
{
background-color: #0FDF2D;
}
.BgClassName
{
background-color: #0FDF2D;
}
</style>
border-color css
<style>
span { border-color: #0FDF2D; }
span { border-color: rgb(15,223,45); }
td.TdClassName
{
border-color: #0FDF2D;
}
.TagClassName
{
border-color: #0FDF2D;
}
</style>