#72BE36

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

Shades of Apple #72BE36

Tints of Apple #72BE36

Color information

#72BE36 (or 0x72BE36) is unknown color: approx Apple. HEX triplet: 72, BE and 36. RGB value is (114,190,54). Sum of RGB (Red+Green+Blue) = 114+190+54=358 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.84% from 358); Green value is 190 (74.61% from 255 or 53.07% from 358); Blue value is 54 (21.48% from 255 or 15.08% from 358); Max value from RGB is 190 - color contains mainly: green. Hex color #72BE36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BE36 is #8D41C9. Grayscale: #989898. Windows color (decimal): -9257418 or 3587698. OLE color: 3587698.

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

Color convert

RGB11419054-
CMYK0.4000.720.25
HSL93.53º55.74%47.84%-
HSV(B)93.53º71.58%74.51%-
XYZ26.0240.679.97-
YUV151.7772.82101.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.84%
GREEN value IS 190 (74.61% from 255) = 53.07%
BLUE value IS 54 (21.48% from 255) = 15.08%
R=31.84%
G=53.07%
B=15.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal114190540.4000.720.2593.5355.7447.84
Hex72BE3628048195e3830
Octal16227666500110311367060
Binary11100101011111011011010100001001000110011011110111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BE36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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