Html Css Color HEX #73DA32 Apple

📋 copy color: '#73DA32'

red 115 ◦ green 218 ◦ blue 50

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

Shades of Apple #73DA32

Tints of Apple #73DA32

RGB

 RED value IS 115 (45.31% from 255) = 30.03%

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

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

R = 30.03%
G = 56.92%
B = 13.05%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#73DA32 (or 0x73DA32) is known color: Apple. HEX triplet: 73, DA and 32. RGB value is (115,218,50). Sum of RGB (Red+Green+Blue) = 115+218+50=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 218 (85.55% from 255 or 56.92% from 383); Blue value is 50 (19.92% from 255 or 13.05% from 383); Max value from RGB is 218 - color contains mainly: green. Hex color #73DA32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73DA32 is #8C25CD. Grayscale: #A8A8A8. Windows color (decimal): -9184718 or 3332723. OLE color: 3332723.

HSL color Cylindrical-coordinate representation of color #73DA32: hue angle of 96.79º 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 #73DA32 is Cyan = 0.47, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 115 218 50 -
CMYK 0.47 0 0.77 0.15
HSL 96.79º 0.69% 0.53% -
HSV(B) 96.79º 0.77% 0.85% -
XYZ 32.72 54.02 11.72 -
YUV 168.05 61.38 90.16 -
System Red Green Blue C M Y K H S L
Decimal 115 218 50 0.47 0 0.77 0.15 96.79 0.69 0.53
Hex 73 DA 32 2F 0 4D F 61 45 35
Octal 163 332 62 57 0 115 17 141 105 65
Binary 1110011 11011010 110010 101111 0 1001101 1111 1100001 1000101 110101

Color Harmonies of #73DA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DA32

Black with #73DA32

Text Example


Text Example

White with #73DA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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