#72D634

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

Shades of Apple #72D634

Tints of Apple #72D634

Color information

#72D634 (or 0x72D634) is unknown color: approx Apple. HEX triplet: 72, D6 and 34. RGB value is (114,214,52). Sum of RGB (Red+Green+Blue) = 114+214+52=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 214 (83.98% from 255 or 56.32% from 380); Blue value is 52 (20.70% from 255 or 13.68% from 380); Max value from RGB is 214 - color contains mainly: green. Hex color #72D634 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72D634 is #8D29CB. Grayscale: #A6A6A6. Windows color (decimal): -9251276 or 3462770. OLE color: 3462770.

HSL color Cylindrical-coordinate representation of color #72D634: hue angle of 97.04º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #72D634 is Cyan = 0.47, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB11421452-
CMYK0.4700.760.16
HSL97.04º66.39%52.16%-
HSV(B)97.04º75.7%83.92%-
XYZ31.6151.9211.6-
YUV165.6363.8791.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30%
GREEN value IS 214 (83.98% from 255) = 56.32%
BLUE value IS 52 (20.70% from 255) = 13.68%
R=30%
G=56.32%
B=13.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal114214520.4700.760.1697.0466.3952.16
Hex72D6342F04C10614234
Octal162326645701142014110264
Binary111001011010110110100101111010011001000011000011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,214,52); }

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

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

 a { background-color: rgb(114,214,52); }

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

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

 span { border-color: rgb(114,214,52); }

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