Html Css Color HEX #73D73C Apple

📋 copy color: '#73D73C'

red 115 ◦ green 215 ◦ blue 60

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

Shades of Apple #73D73C

Tints of Apple #73D73C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 55.13%

 BLUE value IS 60 (23.83% from 255) = 15.38%

R = 29.49%
G = 55.13%
B = 15.38%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#73D73C (or 0x73D73C) is known color: Apple. HEX triplet: 73, D7 and 3C. RGB value is (115,215,60). Sum of RGB (Red+Green+Blue) = 115+215+60=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 215 (84.38% from 255 or 55.13% from 390); Blue value is 60 (23.83% from 255 or 15.38% from 390); Max value from RGB is 215 - color contains mainly: green. Hex color #73D73C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D73C is #8C28C3. Grayscale: #A7A7A7. Windows color (decimal): -9185476 or 3987315. OLE color: 3987315.

HSL color Cylindrical-coordinate representation of color #73D73C: hue angle of 98.71º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #73D73C is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 115 215 60 -
CMYK 0.47 0 0.72 0.16
HSL 98.71º 0.66% 0.54% -
HSV(B) 98.71º 0.72% 0.84% -
XYZ 32.19 52.57 12.73 -
YUV 167.43 67.37 90.6 -
System Red Green Blue C M Y K H S L
Decimal 115 215 60 0.47 0 0.72 0.16 98.71 0.66 0.54
Hex 73 D7 3C 2F 0 48 10 63 42 36
Octal 163 327 74 57 0 110 20 143 102 66
Binary 1110011 11010111 111100 101111 0 1001000 10000 1100011 1000010 110110

Color Harmonies of #73D73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D73C

Black with #73D73C

Text Example


Text Example

White with #73D73C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,215,60); }

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

background-color css

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

 a { background-color: rgb(115,215,60); }

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

border-color css

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

 span { border-color: rgb(115,215,60); }

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