Html Css Color HEX #00BC81 Mountain Meadow

📋 copy color: '#00BC81'

red 0 ◦ green 188 ◦ blue 129

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

Shades of Mountain Meadow #00BC81

Tints of Mountain Meadow #00BC81

RGB

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

 GREEN value IS 188 (73.83% from 255) = 59.31%

 BLUE value IS 129 (50.78% from 255) = 40.69%

R = 0%
G = 59.31%
B = 40.69%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#00BC81 (or 0x00BC81) is known color: Mountain Meadow. HEX triplet: 00, BC and 81. RGB value is (0,188,129). Sum of RGB (Red+Green+Blue) = 0+188+129=317 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 317); Green value is 188 (73.83% from 255 or 59.31% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 188 - color contains mainly: green. Hex color #00BC81 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BC81 is #FF437E. Grayscale: #7D7D7D. Windows color (decimal): -16728959 or 8502272. OLE color: 8502272.

HSL color Cylindrical-coordinate representation of color #00BC81: hue angle of 161.17º 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 #00BC81 is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 188 129 -
CMYK 1 0 0.31 0.26
HSL 161.17º 1% 0.37% -
HSV(B) 161.17º 1% 0.74% -
XYZ 21.95 37.55 26.86 -
YUV 125.06 130.22 38.8 -
System Red Green Blue C M Y K H S L
Decimal 0 188 129 1 0 0.31 0.26 161.17 1 0.37
Hex 0 BC 81 64 0 1F 1A A1 64 25
Octal 0 274 201 144 0 37 32 241 144 45
Binary 0 10111100 10000001 1100100 0 11111 11010 10100001 1100100 100101

Color Harmonies of #00BC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BC81

Black with #00BC81

Text Example


Text Example

White with #00BC81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,188,129); }

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

background-color css

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

 a { background-color: rgb(0,188,129); }

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

border-color css

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

 span { border-color: rgb(0,188,129); }

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