Html Css Color HEX #73BF4B Apple

📋 copy color: '#73BF4B'

red 115 ◦ green 191 ◦ blue 75

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

Shades of Apple #73BF4B

Tints of Apple #73BF4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.69%

R = 30.18%
G = 50.13%
B = 19.69%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#73BF4B (or 0x73BF4B) is known color: Apple. HEX triplet: 73, BF and 4B. RGB value is (115,191,75). Sum of RGB (Red+Green+Blue) = 115+191+75=381 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.18% from 381); Green value is 191 (75% from 255 or 50.13% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 191 - color contains mainly: green. Hex color #73BF4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73BF4B is #8C40B4. Grayscale: #9B9B9B. Windows color (decimal): -9191605 or 4964211. OLE color: 4964211.

HSL color Cylindrical-coordinate representation of color #73BF4B: hue angle of 99.31º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #73BF4B is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 191 75 -
CMYK 0.40 0 0.61 0.25
HSL 99.31º 0.48% 0.52% -
HSV(B) 99.31º 0.61% 0.75% -
XYZ 26.97 41.41 13.23 -
YUV 155.05 82.82 99.43 -
System Red Green Blue C M Y K H S L
Decimal 115 191 75 0.40 0 0.61 0.25 99.31 0.48 0.52
Hex 73 BF 4B 28 0 3D 19 63 30 34
Octal 163 277 113 50 0 75 31 143 60 64
Binary 1110011 10111111 1001011 101000 0 111101 11001 1100011 110000 110100

Color Harmonies of #73BF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BF4B

Black with #73BF4B

Text Example


Text Example

White with #73BF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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