#72BE48

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

Shades of Apple #72BE48

Tints of Apple #72BE48

Color information

#72BE48 (or 0x72BE48) is unknown color: approx Apple. HEX triplet: 72, BE and 48. RGB value is (114,190,72). Sum of RGB (Red+Green+Blue) = 114+190+72=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 190 (74.61% from 255 or 50.53% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 190 - color contains mainly: green. Hex color #72BE48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BE48 is #8D41B7. Grayscale: #9A9A9A. Windows color (decimal): -9257400 or 4767346. OLE color: 4767346.

HSL color Cylindrical-coordinate representation of color #72BE48: hue angle of 98.64º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #72BE48 is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB11419072-
CMYK0.4000.620.25
HSL98.64º47.58%51.37%-
HSV(B)98.64º62.11%74.51%-
XYZ26.5240.8712.62-
YUV153.8281.8299.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.32%
GREEN value IS 190 (74.61% from 255) = 50.53%
BLUE value IS 72 (28.52% from 255) = 19.15%
R=30.32%
G=50.53%
B=19.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal114190720.4000.620.2598.6447.5851.37
Hex72BE482803E19633033
Octal16227611050076311436063
Binary11100101011111010010001010000111110110011100011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,190,72); }

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

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

 a { background-color: rgb(114,190,72); }

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

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

 span { border-color: rgb(114,190,72); }

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