Html Css Color HEX #72DA32 Apple

📋 copy color: '#72DA32'

red 114 ◦ green 218 ◦ blue 50

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

Shades of Apple #72DA32

Tints of Apple #72DA32

RGB

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

 GREEN value IS 218 (85.55% from 255) = 57.07%

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

R = 29.84%
G = 57.07%
B = 13.09%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#72DA32 (or 0x72DA32) is known color: Apple. HEX triplet: 72, DA and 32. RGB value is (114,218,50). Sum of RGB (Red+Green+Blue) = 114+218+50=382 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.84% from 382); Green value is 218 (85.55% from 255 or 57.07% from 382); Blue value is 50 (19.92% from 255 or 13.09% from 382); Max value from RGB is 218 - color contains mainly: green. Hex color #72DA32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72DA32 is #8D25CD. Grayscale: #A8A8A8. Windows color (decimal): -9250254 or 3332722. OLE color: 3332722.

HSL color Cylindrical-coordinate representation of color #72DA32: hue angle of 97.14º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #72DA32 is Cyan = 0.48, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 114 218 50 -
CMYK 0.48 0 0.77 0.15
HSL 97.14º 0.69% 0.53% -
HSV(B) 97.14º 0.77% 0.85% -
XYZ 32.59 53.95 11.71 -
YUV 167.75 61.54 89.66 -
System Red Green Blue C M Y K H S L
Decimal 114 218 50 0.48 0 0.77 0.15 97.14 0.69 0.53
Hex 72 DA 32 30 0 4D F 61 45 35
Octal 162 332 62 60 0 115 17 141 105 65
Binary 1110010 11011010 110010 110000 0 1001101 1111 1100001 1000101 110101

Color Harmonies of #72DA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DA32

Black with #72DA32

Text Example


Text Example

White with #72DA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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