Html Css Color HEX #72B54D Apple

📋 copy color: '#72B54D'

red 114 ◦ green 181 ◦ blue 77

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

Shades of Apple #72B54D

Tints of Apple #72B54D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 48.66%

 BLUE value IS 77 (30.47% from 255) = 20.7%

R = 30.65%
G = 48.66%
B = 20.7%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#72B54D (or 0x72B54D) is known color: Apple. HEX triplet: 72, B5 and 4D. RGB value is (114,181,77). Sum of RGB (Red+Green+Blue) = 114+181+77=372 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.65% from 372); Green value is 181 (71.09% from 255 or 48.66% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 181 - color contains mainly: green. Hex color #72B54D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B54D is #8D4AB2. Grayscale: #959595. Windows color (decimal): -9259699 or 5092722. OLE color: 5092722.

HSL color Cylindrical-coordinate representation of color #72B54D: hue angle of 98.65º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #72B54D is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 114 181 77 -
CMYK 0.37 0 0.57 0.29
HSL 98.65º 0.41% 0.51% -
HSV(B) 98.65º 0.57% 0.71% -
XYZ 24.8 37.16 12.89 -
YUV 149.11 87.3 102.96 -
System Red Green Blue C M Y K H S L
Decimal 114 181 77 0.37 0 0.57 0.29 98.65 0.41 0.51
Hex 72 B5 4D 25 0 39 1D 63 29 33
Octal 162 265 115 45 0 71 35 143 51 63
Binary 1110010 10110101 1001101 100101 0 111001 11101 1100011 101001 110011

Color Harmonies of #72B54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B54D

Black with #72B54D

Text Example


Text Example

White with #72B54D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,181,77); }

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

background-color css

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

 a { background-color: rgb(114,181,77); }

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

border-color css

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

 span { border-color: rgb(114,181,77); }

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