#72BF82

Color #72BF82 Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #72BF82

Tints of Bay Leaf #72BF82

Color information

#72BF82 (or 0x72BF82) is unknown color: approx Bay Leaf. HEX triplet: 72, BF and 82. RGB value is (114,191,130). Sum of RGB (Red+Green+Blue) = 114+191+130=435 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.21% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 191 - color contains mainly: green. Hex color #72BF82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BF82 is #8D407D. Grayscale: #A1A1A1. Windows color (decimal): -9257086 or 8568690. OLE color: 8568690.

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

Color convert

RGB114191130-
CMYK0.4000.320.25
HSL132.47º37.56%59.8%-
HSV(B)132.47º40.31%74.9%-
XYZ29.642.4527.75-
YUV161.02110.4994.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.21%
GREEN value IS 191 (75% from 255) = 43.91%
BLUE value IS 130 (51.17% from 255) = 29.89%
R=26.21%
G=43.91%
B=29.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141911300.4000.320.25132.4737.5659.8
Hex72BF82280201984263c
Octal16227720250040312044674
Binary1110010101111111000001010100001000001100110000100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #72BF82;
 }
 .AnyTagClassName
 {
   color: #72BF82;
 }
</style>
background-color css

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

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

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

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

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

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