Html Css Color HEX #50BF40 Apple

📋 copy color: '#50BF40'

red 80 ◦ green 191 ◦ blue 64

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

Shades of Apple #50BF40

Tints of Apple #50BF40

RGB

 RED value IS 80 (31.64% from 255) = 23.88%

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

 BLUE value IS 64 (25.39% from 255) = 19.1%

R = 23.88%
G = 57.01%
B = 19.1%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#50BF40 (or 0x50BF40) is known color: Apple. HEX triplet: 50, BF and 40. RGB value is (80,191,64). Sum of RGB (Red+Green+Blue) = 80+191+64=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 191 (75% from 255 or 57.01% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 191 - color contains mainly: green. Hex color #50BF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BF40 is #AF40BF. Grayscale: #8F8F8F. Windows color (decimal): -11485376 or 4243280. OLE color: 4243280.

HSL color Cylindrical-coordinate representation of color #50BF40: hue angle of 112.44º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50BF40 is Cyan = 0.58, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 191 64 -
CMYK 0.58 0 0.66 0.25
HSL 112.44º 0.5% 0.5% -
HSV(B) 112.44º 0.66% 0.75% -
XYZ 22.86 39.34 11.24 -
YUV 143.33 83.23 82.83 -
System Red Green Blue C M Y K H S L
Decimal 80 191 64 0.58 0 0.66 0.25 112.44 0.5 0.5
Hex 50 BF 40 3A 0 42 19 70 32 32
Octal 120 277 100 72 0 102 31 160 62 62
Binary 1010000 10111111 1000000 111010 0 1000010 11001 1110000 110010 110010

Color Harmonies of #50BF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BF40

Black with #50BF40

Text Example


Text Example

White with #50BF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50BF40; }

 p { color: rgb(80,191,64); }

 H1.HeaderClassName
 {
   color: #50BF40;
 }
 .AnyTagClassName
 {
   color: #50BF40;
 }
</style>

background-color css

<style>
 a { background-color: #50BF40; }

 a { background-color: rgb(80,191,64); }

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

border-color css

<style>
 span { border-color: #50BF40; }

 span { border-color: rgb(80,191,64); }

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