Html Css Color HEX #72BF81 Bay Leaf

📋 copy color: '#72BF81'

red 114 ◦ green 191 ◦ blue 129

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

Shades of Bay Leaf #72BF81

Tints of Bay Leaf #72BF81

RGB

 RED value IS 114 (44.92% from 255) = 26.27%

 GREEN value IS 191 (75% from 255) = 44.01%

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

R = 26.27%
G = 44.01%
B = 29.72%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#72BF81 (or 0x72BF81) is known color: Bay Leaf. HEX triplet: 72, BF and 81. RGB value is (114,191,129). Sum of RGB (Red+Green+Blue) = 114+191+129=434 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.27% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 129 (50.78% from 255 or 29.72% from 434); Max value from RGB is 191 - color contains mainly: green. Hex color #72BF81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BF81 is #8D407E. Grayscale: #A1A1A1. Windows color (decimal): -9257087 or 8503154. OLE color: 8503154.

HSL color Cylindrical-coordinate representation of color #72BF81: hue angle of 131.69º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72BF81 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 191 129 -
CMYK 0.40 0 0.32 0.25
HSL 131.69º 0.38% 0.6% -
HSV(B) 131.69º 0.4% 0.75% -
XYZ 29.53 42.42 27.4 -
YUV 160.91 109.99 94.54 -
System Red Green Blue C M Y K H S L
Decimal 114 191 129 0.40 0 0.32 0.25 131.69 0.38 0.6
Hex 72 BF 81 28 0 20 19 84 26 3C
Octal 162 277 201 50 0 40 31 204 46 74
Binary 1110010 10111111 10000001 101000 0 100000 11001 10000100 100110 111100

Color Harmonies of #72BF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BF81

Black with #72BF81

Text Example


Text Example

White with #72BF81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72BF81; }

 p { color: rgb(114,191,129); }

 H1.HeaderClassName
 {
   color: #72BF81;
 }
 .AnyTagClassName
 {
   color: #72BF81;
 }
</style>

background-color css

<style>
 a { background-color: #72BF81; }

 a { background-color: rgb(114,191,129); }

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

border-color css

<style>
 span { border-color: #72BF81; }

 span { border-color: rgb(114,191,129); }

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