Html Css Color HEX #73D32F Apple

📋 copy color: '#73D32F'

red 115 ◦ green 211 ◦ blue 47

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

Shades of Apple #73D32F

Tints of Apple #73D32F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 56.57%

 BLUE value IS 47 (18.75% from 255) = 12.6%

R = 30.83%
G = 56.57%
B = 12.6%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#73D32F (or 0x73D32F) is known color: Apple. HEX triplet: 73, D3 and 2F. RGB value is (115,211,47). Sum of RGB (Red+Green+Blue) = 115+211+47=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 211 (82.81% from 255 or 56.57% from 373); Blue value is 47 (18.75% from 255 or 12.60% from 373); Max value from RGB is 211 - color contains mainly: green. Hex color #73D32F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D32F is #8C2CD0. Grayscale: #A4A4A4. Windows color (decimal): -9186513 or 3134323. OLE color: 3134323.

HSL color Cylindrical-coordinate representation of color #73D32F: hue angle of 95.12º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #73D32F is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 115 211 47 -
CMYK 0.45 0 0.78 0.17
HSL 95.12º 0.65% 0.51% -
HSV(B) 95.12º 0.78% 0.83% -
XYZ 30.88 50.44 10.8 -
YUV 163.6 62.2 93.34 -
System Red Green Blue C M Y K H S L
Decimal 115 211 47 0.45 0 0.78 0.17 95.12 0.65 0.51
Hex 73 D3 2F 2D 0 4E 11 5F 41 33
Octal 163 323 57 55 0 116 21 137 101 63
Binary 1110011 11010011 101111 101101 0 1001110 10001 1011111 1000001 110011

Color Harmonies of #73D32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D32F

Black with #73D32F

Text Example


Text Example

White with #73D32F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,211,47); }

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

background-color css

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

 a { background-color: rgb(115,211,47); }

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

border-color css

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

 span { border-color: rgb(115,211,47); }

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