Html Css Color HEX #72BB45 Apple

📋 copy color: '#72BB45'

red 114 ◦ green 187 ◦ blue 69

#72BB45
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #72BB45

Tints of Apple #72BB45

RGB

 RED value IS 114 (44.92% from 255) = 30.81%

 GREEN value IS 187 (73.44% from 255) = 50.54%

 BLUE value IS 69 (27.34% from 255) = 18.65%

R = 30.81%
G = 50.54%
B = 18.65%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#72BB45 (or 0x72BB45) is known color: Apple. HEX triplet: 72, BB and 45. RGB value is (114,187,69). Sum of RGB (Red+Green+Blue) = 114+187+69=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 187 (73.44% from 255 or 50.54% from 370); Blue value is 69 (27.34% from 255 or 18.65% from 370); Max value from RGB is 187 - color contains mainly: green. Hex color #72BB45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BB45 is #8D44BA. Grayscale: #989898. Windows color (decimal): -9258171 or 4569970. OLE color: 4569970.

HSL color Cylindrical-coordinate representation of color #72BB45: hue angle of 97.12º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #72BB45 is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 187 69 -
CMYK 0.39 0 0.63 0.27
HSL 97.12º 0.46% 0.5% -
HSV(B) 97.12º 0.63% 0.73% -
XYZ 25.78 39.55 11.9 -
YUV 151.72 81.32 101.09 -
System Red Green Blue C M Y K H S L
Decimal 114 187 69 0.39 0 0.63 0.27 97.12 0.46 0.5
Hex 72 BB 45 27 0 3F 1B 61 2E 32
Octal 162 273 105 47 0 77 33 141 56 62
Binary 1110010 10111011 1000101 100111 0 111111 11011 1100001 101110 110010

Color Harmonies of #72BB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BB45

Black with #72BB45

Text Example


Text Example

White with #72BB45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #72BB45;
 }
 .AnyTagClassName
 {
   color: #72BB45;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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