#72DA31

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

Shades of Apple #72DA31

Tints of Apple #72DA31

Color information

#72DA31 (or 0x72DA31) is unknown color: approx Apple. HEX triplet: 72, DA and 31. RGB value is (114,218,49). Sum of RGB (Red+Green+Blue) = 114+218+49=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 218 (85.55% from 255 or 57.22% from 381); Blue value is 49 (19.53% from 255 or 12.86% from 381); Max value from RGB is 218 - color contains mainly: green. Hex color #72DA31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72DA31 is #8D25CE. Grayscale: #A8A8A8. Windows color (decimal): -9250255 or 3267186. OLE color: 3267186.

HSL color Cylindrical-coordinate representation of color #72DA31: hue angle of 96.92º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #72DA31 is Cyan = 0.48, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB11421849-
CMYK0.4800.780.15
HSL96.92º69.55%52.35%-
HSV(B)96.92º77.52%85.49%-
XYZ32.5753.9411.6-
YUV167.6461.0489.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.92%
GREEN value IS 218 (85.55% from 255) = 57.22%
BLUE value IS 49 (19.53% from 255) = 12.86%
R=29.92%
G=57.22%
B=12.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal114218490.4800.780.1596.9269.5552.35
Hex72DA313004EF614634
Octal162332616001161714110664
Binary11100101101101011000111000001001110111111000011000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,218,49); }

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

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

 a { background-color: rgb(114,218,49); }

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

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

 span { border-color: rgb(114,218,49); }

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