#72BF45

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

Shades of Apple #72BF45

Tints of Apple #72BF45

Color information

#72BF45 (or 0x72BF45) is unknown color: approx Apple. HEX triplet: 72, BF and 45. RGB value is (114,191,69). Sum of RGB (Red+Green+Blue) = 114+191+69=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 191 (75% from 255 or 51.07% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 191 - color contains mainly: green. Hex color #72BF45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BF45 is #8D40BA. Grayscale: #9A9A9A. Windows color (decimal): -9257147 or 4570994. OLE color: 4570994.

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

Color convert

RGB11419169-
CMYK0.4000.640.25
HSL97.87º48.8%50.98%-
HSV(B)97.87º63.87%74.9%-
XYZ26.6441.2712.19-
YUV154.0779.9999.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.48%
GREEN value IS 191 (75% from 255) = 51.07%
BLUE value IS 69 (27.34% from 255) = 18.45%
R=30.48%
G=51.07%
B=18.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal114191690.4000.640.2597.8748.850.98
Hex72BF452804019623133
Octal162277105500100311426163
Binary111001010111111100010110100001000000110011100010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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