Html Css Color HEX #73D02E Apple

📋 copy color: '#73D02E'

red 115 ◦ green 208 ◦ blue 46

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

Shades of Apple #73D02E

Tints of Apple #73D02E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.47%

R = 31.17%
G = 56.37%
B = 12.47%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#73D02E (or 0x73D02E) is known color: Apple. HEX triplet: 73, D0 and 2E. RGB value is (115,208,46). Sum of RGB (Red+Green+Blue) = 115+208+46=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 208 (81.64% from 255 or 56.37% from 369); Blue value is 46 (18.36% from 255 or 12.47% from 369); Max value from RGB is 208 - color contains mainly: green. Hex color #73D02E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D02E is #8C2FD1. Grayscale: #A2A2A2. Windows color (decimal): -9187282 or 3068019. OLE color: 3068019.

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

Color convert

RGB 115 208 46 -
CMYK 0.45 0 0.78 0.18
HSL 94.44º 0.64% 0.5% -
HSV(B) 94.44º 0.78% 0.82% -
XYZ 30.12 48.95 10.45 -
YUV 161.73 62.69 94.67 -
System Red Green Blue C M Y K H S L
Decimal 115 208 46 0.45 0 0.78 0.18 94.44 0.64 0.5
Hex 73 D0 2E 2D 0 4E 12 5E 40 32
Octal 163 320 56 55 0 116 22 136 100 62
Binary 1110011 11010000 101110 101101 0 1001110 10010 1011110 1000000 110010

Color Harmonies of #73D02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D02E

Black with #73D02E

Text Example


Text Example

White with #73D02E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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