#72BF3F

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

Shades of Apple #72BF3F

Tints of Apple #72BF3F

Color information

#72BF3F (or 0x72BF3F) is unknown color: approx Apple. HEX triplet: 72, BF and 3F. RGB value is (114,191,63). Sum of RGB (Red+Green+Blue) = 114+191+63=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 191 (75% from 255 or 51.90% from 368); Blue value is 63 (25% from 255 or 17.12% from 368); Max value from RGB is 191 - color contains mainly: green. Hex color #72BF3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BF3F is #8D40C0. Grayscale: #999999. Windows color (decimal): -9257153 or 4177778. OLE color: 4177778.

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

Color convert

RGB11419163-
CMYK0.4000.670.25
HSL96.09º50.39%49.8%-
HSV(B)96.09º67.02%74.9%-
XYZ26.4741.211.26-
YUV153.3876.9999.91-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.98%
GREEN value IS 191 (75% from 255) = 51.90%
BLUE value IS 63 (25% from 255) = 17.12%
R=30.98%
G=51.90%
B=17.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal114191630.4000.670.2596.0950.3949.8
Hex72BF3F2804319603232
Octal16227777500103311406262
Binary11100101011111111111110100001000011110011100000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BF3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,191,63); }

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

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

 a { background-color: rgb(114,191,63); }

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

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

 span { border-color: rgb(114,191,63); }

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