Html Css Color HEX #72C032 Apple

📋 copy color: '#72C032'

red 114 ◦ green 192 ◦ blue 50

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

Shades of Apple #72C032

Tints of Apple #72C032

RGB

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

 GREEN value IS 192 (75.39% from 255) = 53.93%

 BLUE value IS 50 (19.92% from 255) = 14.04%

R = 32.02%
G = 53.93%
B = 14.04%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#72C032 (or 0x72C032) is known color: Apple. HEX triplet: 72, C0 and 32. RGB value is (114,192,50). Sum of RGB (Red+Green+Blue) = 114+192+50=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 192 (75.39% from 255 or 53.93% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 192 - color contains mainly: green. Hex color #72C032 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C032 is #8D3FCD. Grayscale: #989898. Windows color (decimal): -9256910 or 3326066. OLE color: 3326066.

HSL color Cylindrical-coordinate representation of color #72C032: hue angle of 92.96º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #72C032 is Cyan = 0.41, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 192 50 -
CMYK 0.41 0 0.74 0.25
HSL 92.96º 0.59% 0.47% -
HSV(B) 92.96º 0.74% 0.75% -
XYZ 26.36 41.51 9.64 -
YUV 152.49 70.16 100.55 -
System Red Green Blue C M Y K H S L
Decimal 114 192 50 0.41 0 0.74 0.25 92.96 0.59 0.47
Hex 72 C0 32 29 0 4A 19 5D 3B 2F
Octal 162 300 62 51 0 112 31 135 73 57
Binary 1110010 11000000 110010 101001 0 1001010 11001 1011101 111011 101111

Color Harmonies of #72C032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C032

Black with #72C032

Text Example


Text Example

White with #72C032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,192,50); }

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

background-color css

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

 a { background-color: rgb(114,192,50); }

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

border-color css

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

 span { border-color: rgb(114,192,50); }

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