Html Css Color HEX #72BA52 Apple

📋 copy color: '#72BA52'

red 114 ◦ green 186 ◦ blue 82

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

Shades of Apple #72BA52

Tints of Apple #72BA52

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.69%

 BLUE value IS 82 (32.42% from 255) = 21.47%

R = 29.84%
G = 48.69%
B = 21.47%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#72BA52 (or 0x72BA52) is known color: Apple. HEX triplet: 72, BA and 52. RGB value is (114,186,82). Sum of RGB (Red+Green+Blue) = 114+186+82=382 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.84% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 186 - color contains mainly: green. Hex color #72BA52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BA52 is #8D45AD. Grayscale: #989898. Windows color (decimal): -9258414 or 5421682. OLE color: 5421682.

HSL color Cylindrical-coordinate representation of color #72BA52: hue angle of 101.54º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #72BA52 is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 186 82 -
CMYK 0.39 0 0.56 0.27
HSL 101.54º 0.43% 0.53% -
HSV(B) 101.54º 0.56% 0.73% -
XYZ 26.02 39.3 14.2 -
YUV 152.62 88.15 100.46 -
System Red Green Blue C M Y K H S L
Decimal 114 186 82 0.39 0 0.56 0.27 101.54 0.43 0.53
Hex 72 BA 52 27 0 38 1B 66 2B 35
Octal 162 272 122 47 0 70 33 146 53 65
Binary 1110010 10111010 1010010 100111 0 111000 11011 1100110 101011 110101

Color Harmonies of #72BA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BA52

Black with #72BA52

Text Example


Text Example

White with #72BA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,186,82); }

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

background-color css

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

 a { background-color: rgb(114,186,82); }

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

border-color css

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

 span { border-color: rgb(114,186,82); }

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