Shades of Dark Pastel Green #26BD4E
Tints of Dark Pastel Green #26BD4E
RGB
CMYK
RGB Variations
Color information
#26BD4E (or 0x26BD4E) is known color: Dark Pastel Green. HEX triplet: 26, BD and 4E. RGB value is (38,189,78). Sum of RGB (Red+Green+Blue) = 38+189+78=305 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.46% from 305); Green value is 189 (74.22% from 255 or 61.97% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 189 - color contains mainly: green. Hex color #26BD4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26BD4E is #D942B1. Grayscale: #838383. Windows color (decimal): -14238386 or 5160230. OLE color: 5160230.
HSL color Cylindrical-coordinate representation of color #26BD4E: hue angle of 135.89º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BD4E is Cyan = 0.80, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 189 | 78 | - |
| CMYK | 0.80 | 0 | 0.59 | 0.26 |
| HSL | 135.89º | 0.67% | 0.45% | - |
| HSV(B) | 135.89º | 0.8% | 0.74% | - |
| XYZ | 20.37 | 37.36 | 13.34 | - |
| YUV | 131.2 | 97.97 | 61.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 189 | 78 | 0.80 | 0 | 0.59 | 0.26 | 135.89 | 0.67 | 0.45 |
| Hex | 26 | BD | 4E | 50 | 0 | 3B | 1A | 88 | 43 | 2D |
| Octal | 46 | 275 | 116 | 120 | 0 | 73 | 32 | 210 | 103 | 55 |
| Binary | 100110 | 10111101 | 1001110 | 1010000 | 0 | 111011 | 11010 | 10001000 | 1000011 | 101101 |
Color Harmonies of #26BD4E
Complementary color
Monochromatic Colors of #26BD4E
Black with #26BD4E
Text Example
Text Example
White with #26BD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BD4E; }
p { color: rgb(38,189,78); }
H1.HeaderClassName
{
color: #26BD4E;
}
.AnyTagClassName
{
color: #26BD4E;
}
</style>
background-color css
<style>
a { background-color: #26BD4E; }
a { background-color: rgb(38,189,78); }
div.DivClassName
{
background-color: #26BD4E;
}
.BgClassName
{
background-color: #26BD4E;
}
</style>
border-color css
<style>
span { border-color: #26BD4E; }
span { border-color: rgb(38,189,78); }
td.TdClassName
{
border-color: #26BD4E;
}
.TagClassName
{
border-color: #26BD4E;
}
</style>