Shades of Pigment Green #02BD5C
Tints of Pigment Green #02BD5C
RGB
CMYK
RGB Variations
Color information
#02BD5C (or 0x02BD5C) is known color: Pigment Green. HEX triplet: 02, BD and 5C. RGB value is (2,189,92). Sum of RGB (Red+Green+Blue) = 2+189+92=283 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 283); Green value is 189 (74.22% from 255 or 66.78% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 189 - color contains mainly: green. Hex color #02BD5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BD5C is #FD42A3. Grayscale: #7A7A7A. Windows color (decimal): -16597668 or 6077698. OLE color: 6077698.
HSL color Cylindrical-coordinate representation of color #02BD5C: hue angle of 148.88º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BD5C is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 189 | 92 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.26 |
| HSL | 148.88º | 0.98% | 0.37% | - |
| HSV(B) | 148.88º | 0.99% | 0.74% | - |
| XYZ | 20.15 | 37.18 | 16.24 | - |
| YUV | 122.03 | 111.05 | 42.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 189 | 92 | 0.99 | 0 | 0.51 | 0.26 | 148.88 | 0.98 | 0.37 |
| Hex | 2 | BD | 5C | 63 | 0 | 33 | 1A | 95 | 62 | 25 |
| Octal | 2 | 275 | 134 | 143 | 0 | 63 | 32 | 225 | 142 | 45 |
| Binary | 10 | 10111101 | 1011100 | 1100011 | 0 | 110011 | 11010 | 10010101 | 1100010 | 100101 |
Color Harmonies of #02BD5C
Complementary color
Monochromatic Colors of #02BD5C
Black with #02BD5C
Text Example
Text Example
White with #02BD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BD5C; }
p { color: rgb(2,189,92); }
H1.HeaderClassName
{
color: #02BD5C;
}
.AnyTagClassName
{
color: #02BD5C;
}
</style>
background-color css
<style>
a { background-color: #02BD5C; }
a { background-color: rgb(2,189,92); }
div.DivClassName
{
background-color: #02BD5C;
}
.BgClassName
{
background-color: #02BD5C;
}
</style>
border-color css
<style>
span { border-color: #02BD5C; }
span { border-color: rgb(2,189,92); }
td.TdClassName
{
border-color: #02BD5C;
}
.TagClassName
{
border-color: #02BD5C;
}
</style>