Html Css Color HEX #73D03C Apple

📋 copy color: '#73D03C'

red 115 ◦ green 208 ◦ blue 60

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

Shades of Apple #73D03C

Tints of Apple #73D03C

RGB

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

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

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

R = 30.03%
G = 54.31%
B = 15.67%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#73D03C (or 0x73D03C) is known color: Apple. HEX triplet: 73, D0 and 3C. RGB value is (115,208,60). Sum of RGB (Red+Green+Blue) = 115+208+60=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 208 (81.64% from 255 or 54.31% from 383); Blue value is 60 (23.83% from 255 or 15.67% from 383); Max value from RGB is 208 - color contains mainly: green. Hex color #73D03C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D03C is #8C2FC3. Grayscale: #A3A3A3. Windows color (decimal): -9187268 or 3985523. OLE color: 3985523.

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

Color convert

RGB 115 208 60 -
CMYK 0.45 0 0.71 0.18
HSL 97.7º 0.61% 0.53% -
HSV(B) 97.7º 0.71% 0.82% -
XYZ 30.44 49.08 12.14 -
YUV 163.32 69.69 93.53 -
System Red Green Blue C M Y K H S L
Decimal 115 208 60 0.45 0 0.71 0.18 97.7 0.61 0.53
Hex 73 D0 3C 2D 0 47 12 62 3D 35
Octal 163 320 74 55 0 107 22 142 75 65
Binary 1110011 11010000 111100 101101 0 1000111 10010 1100010 111101 110101

Color Harmonies of #73D03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D03C

Black with #73D03C

Text Example


Text Example

White with #73D03C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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