Html Css Color HEX #00BD5D Pigment Green

📋 copy color: '#00BD5D'

red 0 ◦ green 189 ◦ blue 93

#00BD5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #00BD5D

Tints of Pigment Green #00BD5D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 189 (74.22% from 255) = 67.02%

 BLUE value IS 93 (36.72% from 255) = 32.98%

R = 0%
G = 67.02%
B = 32.98%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.51

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#00BD5D (or 0x00BD5D) is known color: Pigment Green. HEX triplet: 00, BD and 5D. RGB value is (0,189,93). Sum of RGB (Red+Green+Blue) = 0+189+93=282 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 282); Green value is 189 (74.22% from 255 or 67.02% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 189 - color contains mainly: green. Hex color #00BD5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00BD5D is #FF42A2. Grayscale: #797979. Windows color (decimal): -16728739 or 6143232. OLE color: 6143232.

HSL color Cylindrical-coordinate representation of color #00BD5D: hue angle of 149.52º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BD5D is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 189 93 -
CMYK 1 0 0.51 0.26
HSL 149.52º 1% 0.37% -
HSV(B) 149.52º 1% 0.74% -
XYZ 20.17 37.19 16.47 -
YUV 121.55 111.88 41.31 -
System Red Green Blue C M Y K H S L
Decimal 0 189 93 1 0 0.51 0.26 149.52 1 0.37
Hex 0 BD 5D 64 0 33 1A 96 64 25
Octal 0 275 135 144 0 63 32 226 144 45
Binary 0 10111101 1011101 1100100 0 110011 11010 10010110 1100100 100101

Color Harmonies of #00BD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BD5D

Black with #00BD5D

Text Example


Text Example

White with #00BD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00BD5D; }

 p { color: rgb(0,189,93); }

 H1.HeaderClassName
 {
   color: #00BD5D;
 }
 .AnyTagClassName
 {
   color: #00BD5D;
 }
</style>

background-color css

<style>
 a { background-color: #00BD5D; }

 a { background-color: rgb(0,189,93); }

 div.DivClassName
 {
   background-color: #00BD5D;
 }
 .BgClassName
 {
   background-color: #00BD5D;
 }
</style>

border-color css

<style>
 span { border-color: #00BD5D; }

 span { border-color: rgb(0,189,93); }

 td.TdClassName
 {
   border-color: #00BD5D;
 }
 .TagClassName
 {
   border-color: #00BD5D;
 }
</style>