#72BD43

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

Shades of Apple #72BD43

Tints of Apple #72BD43

Color information

#72BD43 (or 0x72BD43) is unknown color: approx Apple. HEX triplet: 72, BD and 43. RGB value is (114,189,67). Sum of RGB (Red+Green+Blue) = 114+189+67=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 189 (74.22% from 255 or 51.08% from 370); Blue value is 67 (26.56% from 255 or 18.11% from 370); Max value from RGB is 189 - color contains mainly: green. Hex color #72BD43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BD43 is #8D42BC. Grayscale: #999999. Windows color (decimal): -9257661 or 4439410. OLE color: 4439410.

HSL color Cylindrical-coordinate representation of color #72BD43: hue angle of 96.89º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #72BD43 is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB11418967-
CMYK0.4000.650.26
HSL96.89º48.03%50.2%-
HSV(B)96.89º64.55%74.12%-
XYZ26.1540.3811.73-
YUV152.6779.65100.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.81%
GREEN value IS 189 (74.22% from 255) = 51.08%
BLUE value IS 67 (26.56% from 255) = 18.11%
R=30.81%
G=51.08%
B=18.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal114189670.4000.650.2696.8948.0350.2
Hex72BD43280411A613032
Octal162275103500101321416062
Binary111001010111101100001110100001000001110101100001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BD43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,189,67); }

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

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

 a { background-color: rgb(114,189,67); }

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

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

 span { border-color: rgb(114,189,67); }

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