Shades of Dark Pastel Green #0FD335
Tints of Dark Pastel Green #0FD335
RGB
CMYK
RGB Variations
Color information
#0FD335 (or 0x0FD335) is known color: Dark Pastel Green. HEX triplet: 0F, D3 and 35. RGB value is (15,211,53). Sum of RGB (Red+Green+Blue) = 15+211+53=279 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.38% from 279); Green value is 211 (82.81% from 255 or 75.63% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 211 - color contains mainly: green. Hex color #0FD335 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD335 is #F02CCA. Grayscale: #868686. Windows color (decimal): -15740107 or 3527439. OLE color: 3527439.
HSL color Cylindrical-coordinate representation of color #0FD335: hue angle of 131.63º 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 #0FD335 is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 15 | 211 | 53 | - |
| CMYK | 0.93 | 0 | 0.75 | 0.17 |
| HSL | 131.63º | 0.87% | 0.44% | - |
| HSV(B) | 131.63º | 0.93% | 0.83% | - |
| XYZ | 24.13 | 46.95 | 11.16 | - |
| YUV | 134.38 | 82.07 | 42.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 211 | 53 | 0.93 | 0 | 0.75 | 0.17 | 131.63 | 0.87 | 0.44 |
| Hex | F | D3 | 35 | 5D | 0 | 4B | 11 | 84 | 57 | 2C |
| Octal | 17 | 323 | 65 | 135 | 0 | 113 | 21 | 204 | 127 | 54 |
| Binary | 1111 | 11010011 | 110101 | 1011101 | 0 | 1001011 | 10001 | 10000100 | 1010111 | 101100 |
Color Harmonies of #0FD335
Complementary color
Monochromatic Colors of #0FD335
Black with #0FD335
Text Example
Text Example
White with #0FD335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD335; }
p { color: rgb(15,211,53); }
H1.HeaderClassName
{
color: #0FD335;
}
.AnyTagClassName
{
color: #0FD335;
}
</style>
background-color css
<style>
a { background-color: #0FD335; }
a { background-color: rgb(15,211,53); }
div.DivClassName
{
background-color: #0FD335;
}
.BgClassName
{
background-color: #0FD335;
}
</style>
border-color css
<style>
span { border-color: #0FD335; }
span { border-color: rgb(15,211,53); }
td.TdClassName
{
border-color: #0FD335;
}
.TagClassName
{
border-color: #0FD335;
}
</style>