Html Css Color HEX #72BF88 Bay Leaf

📋 copy color: '#72BF88'

red 114 ◦ green 191 ◦ blue 136

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

Shades of Bay Leaf #72BF88

Tints of Bay Leaf #72BF88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 30.84%

R = 25.85%
G = 43.31%
B = 30.84%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#72BF88 (or 0x72BF88) is known color: Bay Leaf. HEX triplet: 72, BF and 88. RGB value is (114,191,136). Sum of RGB (Red+Green+Blue) = 114+191+136=441 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.85% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 191 - color contains mainly: green. Hex color #72BF88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BF88 is #8D4077. Grayscale: #A1A1A1. Windows color (decimal): -9257080 or 8961906. OLE color: 8961906.

HSL color Cylindrical-coordinate representation of color #72BF88: hue angle of 137.14º 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 #72BF88 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 191 136 -
CMYK 0.40 0 0.29 0.25
HSL 137.14º 0.38% 0.6% -
HSV(B) 137.14º 0.4% 0.75% -
XYZ 30.01 42.62 29.94 -
YUV 161.71 113.49 93.97 -
System Red Green Blue C M Y K H S L
Decimal 114 191 136 0.40 0 0.29 0.25 137.14 0.38 0.6
Hex 72 BF 88 28 0 1D 19 89 26 3C
Octal 162 277 210 50 0 35 31 211 46 74
Binary 1110010 10111111 10001000 101000 0 11101 11001 10001001 100110 111100

Color Harmonies of #72BF88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BF88

Black with #72BF88

Text Example


Text Example

White with #72BF88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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