Html Css Color HEX #72BF83 Bay Leaf

📋 copy color: '#72BF83'

red 114 ◦ green 191 ◦ blue 131

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

Shades of Bay Leaf #72BF83

Tints of Bay Leaf #72BF83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.05%

R = 26.15%
G = 43.81%
B = 30.05%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#72BF83 (or 0x72BF83) is known color: Bay Leaf. HEX triplet: 72, BF and 83. RGB value is (114,191,131). Sum of RGB (Red+Green+Blue) = 114+191+131=436 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.15% from 436); Green value is 191 (75% from 255 or 43.81% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 191 - color contains mainly: green. Hex color #72BF83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BF83 is #8D407C. Grayscale: #A1A1A1. Windows color (decimal): -9257085 or 8634226. OLE color: 8634226.

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

Color convert

RGB 114 191 131 -
CMYK 0.40 0 0.31 0.25
HSL 133.25º 0.38% 0.6% -
HSV(B) 133.25º 0.4% 0.75% -
XYZ 29.67 42.48 28.11 -
YUV 161.14 110.99 94.38 -
System Red Green Blue C M Y K H S L
Decimal 114 191 131 0.40 0 0.31 0.25 133.25 0.38 0.6
Hex 72 BF 83 28 0 1F 19 85 26 3C
Octal 162 277 203 50 0 37 31 205 46 74
Binary 1110010 10111111 10000011 101000 0 11111 11001 10000101 100110 111100

Color Harmonies of #72BF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BF83

Black with #72BF83

Text Example


Text Example

White with #72BF83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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