Html Css Color HEX #72DC32 Apple

📋 copy color: '#72DC32'

red 114 ◦ green 220 ◦ blue 50

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

Shades of Apple #72DC32

Tints of Apple #72DC32

RGB

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

 GREEN value IS 220 (86.33% from 255) = 57.29%

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

R = 29.69%
G = 57.29%
B = 13.02%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#72DC32 (or 0x72DC32) is known color: Apple. HEX triplet: 72, DC and 32. RGB value is (114,220,50). Sum of RGB (Red+Green+Blue) = 114+220+50=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 220 (86.33% from 255 or 57.29% from 384); Blue value is 50 (19.92% from 255 or 13.02% from 384); Max value from RGB is 220 - color contains mainly: green. Hex color #72DC32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72DC32 is #8D23CD. Grayscale: #A9A9A9. Windows color (decimal): -9249742 or 3333234. OLE color: 3333234.

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

Color convert

RGB 114 220 50 -
CMYK 0.48 0 0.77 0.14
HSL 97.41º 0.71% 0.53% -
HSV(B) 97.41º 0.77% 0.86% -
XYZ 33.11 54.99 11.89 -
YUV 168.93 60.88 88.82 -
System Red Green Blue C M Y K H S L
Decimal 114 220 50 0.48 0 0.77 0.14 97.41 0.71 0.53
Hex 72 DC 32 30 0 4D E 61 47 35
Octal 162 334 62 60 0 115 16 141 107 65
Binary 1110010 11011100 110010 110000 0 1001101 1110 1100001 1000111 110101

Color Harmonies of #72DC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DC32

Black with #72DC32

Text Example


Text Example

White with #72DC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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