Html Css Color HEX #73BF3A Apple

📋 copy color: '#73BF3A'

red 115 ◦ green 191 ◦ blue 58

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

Shades of Apple #73BF3A

Tints of Apple #73BF3A

RGB

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

 GREEN value IS 191 (75% from 255) = 52.47%

 BLUE value IS 58 (23.05% from 255) = 15.93%

R = 31.59%
G = 52.47%
B = 15.93%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#73BF3A (or 0x73BF3A) is known color: Apple. HEX triplet: 73, BF and 3A. RGB value is (115,191,58). Sum of RGB (Red+Green+Blue) = 115+191+58=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 191 (75% from 255 or 52.47% from 364); Blue value is 58 (23.05% from 255 or 15.93% from 364); Max value from RGB is 191 - color contains mainly: green. Hex color #73BF3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73BF3A is #8C40C5. Grayscale: #999999. Windows color (decimal): -9191622 or 3850099. OLE color: 3850099.

HSL color Cylindrical-coordinate representation of color #73BF3A: hue angle of 94.29º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #73BF3A is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 191 58 -
CMYK 0.40 0 0.70 0.25
HSL 94.29º 0.53% 0.49% -
HSV(B) 94.29º 0.7% 0.75% -
XYZ 26.46 41.21 10.56 -
YUV 153.11 74.32 100.81 -
System Red Green Blue C M Y K H S L
Decimal 115 191 58 0.40 0 0.70 0.25 94.29 0.53 0.49
Hex 73 BF 3A 28 0 46 19 5E 35 31
Octal 163 277 72 50 0 106 31 136 65 61
Binary 1110011 10111111 111010 101000 0 1000110 11001 1011110 110101 110001

Color Harmonies of #73BF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BF3A

Black with #73BF3A

Text Example


Text Example

White with #73BF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,191,58); }

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

background-color css

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

 a { background-color: rgb(115,191,58); }

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

border-color css

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

 span { border-color: rgb(115,191,58); }

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