Html Css Color HEX #73D040 Apple

📋 copy color: '#73D040'

red 115 ◦ green 208 ◦ blue 64

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

Shades of Apple #73D040

Tints of Apple #73D040

RGB

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

 GREEN value IS 208 (81.64% from 255) = 53.75%

 BLUE value IS 64 (25.39% from 255) = 16.54%

R = 29.72%
G = 53.75%
B = 16.54%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#73D040 (or 0x73D040) is known color: Apple. HEX triplet: 73, D0 and 40. RGB value is (115,208,64). Sum of RGB (Red+Green+Blue) = 115+208+64=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 208 (81.64% from 255 or 53.75% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 208 - color contains mainly: green. Hex color #73D040 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D040 is #8C2FBF. Grayscale: #A4A4A4. Windows color (decimal): -9187264 or 4247667. OLE color: 4247667.

HSL color Cylindrical-coordinate representation of color #73D040: hue angle of 98.75º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #73D040 is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 115 208 64 -
CMYK 0.45 0 0.69 0.18
HSL 98.75º 0.61% 0.53% -
HSV(B) 98.75º 0.69% 0.82% -
XYZ 30.55 49.13 12.72 -
YUV 163.78 71.69 93.21 -
System Red Green Blue C M Y K H S L
Decimal 115 208 64 0.45 0 0.69 0.18 98.75 0.61 0.53
Hex 73 D0 40 2D 0 45 12 63 3D 35
Octal 163 320 100 55 0 105 22 143 75 65
Binary 1110011 11010000 1000000 101101 0 1000101 10010 1100011 111101 110101

Color Harmonies of #73D040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D040

Black with #73D040

Text Example


Text Example

White with #73D040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,208,64); }

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

background-color css

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

 a { background-color: rgb(115,208,64); }

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

border-color css

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

 span { border-color: rgb(115,208,64); }

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