Html Css Color HEX #72B450 Apple

📋 copy color: '#72B450'

red 114 ◦ green 180 ◦ blue 80

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

Shades of Apple #72B450

Tints of Apple #72B450

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48.13%

 BLUE value IS 80 (31.64% from 255) = 21.39%

R = 30.48%
G = 48.13%
B = 21.39%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#72B450 (or 0x72B450) is known color: Apple. HEX triplet: 72, B4 and 50. RGB value is (114,180,80). Sum of RGB (Red+Green+Blue) = 114+180+80=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 180 (70.70% from 255 or 48.13% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 180 - color contains mainly: green. Hex color #72B450 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B450 is #8D4BAF. Grayscale: #959595. Windows color (decimal): -9259952 or 5289074. OLE color: 5289074.

HSL color Cylindrical-coordinate representation of color #72B450: hue angle of 99.6º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #72B450 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 114 180 80 -
CMYK 0.37 0 0.56 0.29
HSL 99.6º 0.4% 0.51% -
HSV(B) 99.6º 0.56% 0.71% -
XYZ 24.71 36.8 13.39 -
YUV 148.87 89.13 103.13 -
System Red Green Blue C M Y K H S L
Decimal 114 180 80 0.37 0 0.56 0.29 99.6 0.4 0.51
Hex 72 B4 50 25 0 38 1D 64 28 33
Octal 162 264 120 45 0 70 35 144 50 63
Binary 1110010 10110100 1010000 100101 0 111000 11101 1100100 101000 110011

Color Harmonies of #72B450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B450

Black with #72B450

Text Example


Text Example

White with #72B450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,180,80); }

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

background-color css

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

 a { background-color: rgb(114,180,80); }

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

border-color css

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

 span { border-color: rgb(114,180,80); }

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