Html Css Color HEX #72AF43 Apple

📋 copy color: '#72AF43'

red 114 ◦ green 175 ◦ blue 67

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

Shades of Apple #72AF43

Tints of Apple #72AF43

RGB

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

 GREEN value IS 175 (68.75% from 255) = 49.16%

 BLUE value IS 67 (26.56% from 255) = 18.82%

R = 32.02%
G = 49.16%
B = 18.82%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#72AF43 (or 0x72AF43) is known color: Apple. HEX triplet: 72, AF and 43. RGB value is (114,175,67). Sum of RGB (Red+Green+Blue) = 114+175+67=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 67 (26.56% from 255 or 18.82% from 356); Max value from RGB is 175 - color contains mainly: green. Hex color #72AF43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72AF43 is #8D50BC. Grayscale: #909090. Windows color (decimal): -9261245 or 4435826. OLE color: 4435826.

HSL color Cylindrical-coordinate representation of color #72AF43: hue angle of 93.89º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #72AF43 is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 114 175 67 -
CMYK 0.35 0 0.62 0.31
HSL 93.89º 0.45% 0.47% -
HSV(B) 93.89º 0.62% 0.69% -
XYZ 23.28 34.64 10.77 -
YUV 144.45 84.29 106.28 -
System Red Green Blue C M Y K H S L
Decimal 114 175 67 0.35 0 0.62 0.31 93.89 0.45 0.47
Hex 72 AF 43 23 0 3E 1F 5E 2D 2F
Octal 162 257 103 43 0 76 37 136 55 57
Binary 1110010 10101111 1000011 100011 0 111110 11111 1011110 101101 101111

Color Harmonies of #72AF43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AF43

Black with #72AF43

Text Example


Text Example

White with #72AF43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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