Shades of Dark Pastel Green #0FDD2D
Tints of Dark Pastel Green #0FDD2D
RGB
CMYK
RGB Variations
Color information
#0FDD2D (or 0x0FDD2D) is known color: Dark Pastel Green. HEX triplet: 0F, DD and 2D. RGB value is (15,221,45). Sum of RGB (Red+Green+Blue) = 15+221+45=281 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.34% from 281); Green value is 221 (86.72% from 255 or 78.65% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDD2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FDD2D is #F022D2. Grayscale: #8B8B8B. Windows color (decimal): -15737555 or 3005711. OLE color: 3005711.
HSL color Cylindrical-coordinate representation of color #0FDD2D: hue angle of 128.74º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDD2D is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 221 | 45 | - |
| CMYK | 0.93 | 0 | 0.80 | 0.13 |
| HSL | 128.74º | 0.87% | 0.46% | - |
| HSV(B) | 128.74º | 0.93% | 0.87% | - |
| XYZ | 26.53 | 52 | 11.12 | - |
| YUV | 139.34 | 74.75 | 39.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 221 | 45 | 0.93 | 0 | 0.80 | 0.13 | 128.74 | 0.87 | 0.46 |
| Hex | F | DD | 2D | 5D | 0 | 50 | D | 81 | 57 | 2E |
| Octal | 17 | 335 | 55 | 135 | 0 | 120 | 15 | 201 | 127 | 56 |
| Binary | 1111 | 11011101 | 101101 | 1011101 | 0 | 1010000 | 1101 | 10000001 | 1010111 | 101110 |
Color Harmonies of #0FDD2D
Complementary color
Monochromatic Colors of #0FDD2D
Black with #0FDD2D
Text Example
Text Example
White with #0FDD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDD2D; }
p { color: rgb(15,221,45); }
H1.HeaderClassName
{
color: #0FDD2D;
}
.AnyTagClassName
{
color: #0FDD2D;
}
</style>
background-color css
<style>
a { background-color: #0FDD2D; }
a { background-color: rgb(15,221,45); }
div.DivClassName
{
background-color: #0FDD2D;
}
.BgClassName
{
background-color: #0FDD2D;
}
</style>
border-color css
<style>
span { border-color: #0FDD2D; }
span { border-color: rgb(15,221,45); }
td.TdClassName
{
border-color: #0FDD2D;
}
.TagClassName
{
border-color: #0FDD2D;
}
</style>