Html Css Color HEX #73D035 Apple

📋 copy color: '#73D035'

red 115 ◦ green 208 ◦ blue 53

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

Shades of Apple #73D035

Tints of Apple #73D035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.1%

R = 30.59%
G = 55.32%
B = 14.1%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#73D035 (or 0x73D035) is known color: Apple. HEX triplet: 73, D0 and 35. RGB value is (115,208,53). Sum of RGB (Red+Green+Blue) = 115+208+53=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 208 (81.64% from 255 or 55.32% from 376); Blue value is 53 (21.09% from 255 or 14.10% from 376); Max value from RGB is 208 - color contains mainly: green. Hex color #73D035 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D035 is #8C2FCA. Grayscale: #A3A3A3. Windows color (decimal): -9187275 or 3526771. OLE color: 3526771.

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

Color convert

RGB 115 208 53 -
CMYK 0.45 0 0.75 0.18
HSL 96º 0.62% 0.51% -
HSV(B) 96º 0.75% 0.82% -
XYZ 30.27 49.01 11.23 -
YUV 162.52 66.19 94.1 -
System Red Green Blue C M Y K H S L
Decimal 115 208 53 0.45 0 0.75 0.18 96 0.62 0.51
Hex 73 D0 35 2D 0 4B 12 60 3E 33
Octal 163 320 65 55 0 113 22 140 76 63
Binary 1110011 11010000 110101 101101 0 1001011 10010 1100000 111110 110011

Color Harmonies of #73D035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D035

Black with #73D035

Text Example


Text Example

White with #73D035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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