#72CA46

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

Shades of Apple #72CA46

Tints of Apple #72CA46

Color information

#72CA46 (or 0x72CA46) is unknown color: approx Apple. HEX triplet: 72, CA and 46. RGB value is (114,202,70). Sum of RGB (Red+Green+Blue) = 114+202+70=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 202 (79.30% from 255 or 52.33% from 386); Blue value is 70 (27.73% from 255 or 18.13% from 386); Max value from RGB is 202 - color contains mainly: green. Hex color #72CA46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72CA46 is #8D35B9. Grayscale: #A1A1A1. Windows color (decimal): -9254330 or 4639346. OLE color: 4639346.

HSL color Cylindrical-coordinate representation of color #72CA46: hue angle of 100º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #72CA46 is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB11420270-
CMYK0.4400.650.21
HSL100º55.46%53.33%-
HSV(B)100º65.35%79.22%-
XYZ29.1746.2613.19-
YUV160.6476.8594.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.53%
GREEN value IS 202 (79.30% from 255) = 52.33%
BLUE value IS 70 (27.73% from 255) = 18.13%
R=29.53%
G=52.33%
B=18.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal114202700.4400.650.2110055.4653.33
Hex72CA462C04115643735
Octal162312106540101251446765
Binary111001011001010100011010110001000001101011100100110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,202,70); }

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

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

 a { background-color: rgb(114,202,70); }

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

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

 span { border-color: rgb(114,202,70); }

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