Html Css Color HEX #50B83D Apple

📋 copy color: '#50B83D'

red 80 ◦ green 184 ◦ blue 61

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

Shades of Apple #50B83D

Tints of Apple #50B83D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 56.62%

 BLUE value IS 61 (24.22% from 255) = 18.77%

R = 24.62%
G = 56.62%
B = 18.77%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#50B83D (or 0x50B83D) is known color: Apple. HEX triplet: 50, B8 and 3D. RGB value is (80,184,61). Sum of RGB (Red+Green+Blue) = 80+184+61=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 184 (72.27% from 255 or 56.62% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 184 - color contains mainly: green. Hex color #50B83D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B83D is #AF47C2. Grayscale: #8B8B8B. Windows color (decimal): -11487171 or 4044880. OLE color: 4044880.

HSL color Cylindrical-coordinate representation of color #50B83D: hue angle of 110.73º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50B83D is Cyan = 0.57, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB 80 184 61 -
CMYK 0.57 0 0.67 0.28
HSL 110.73º 0.5% 0.48% -
HSV(B) 110.73º 0.67% 0.72% -
XYZ 21.29 36.32 10.3 -
YUV 138.88 84.04 86 -
System Red Green Blue C M Y K H S L
Decimal 80 184 61 0.57 0 0.67 0.28 110.73 0.5 0.48
Hex 50 B8 3D 39 0 43 1C 6F 32 30
Octal 120 270 75 71 0 103 34 157 62 60
Binary 1010000 10111000 111101 111001 0 1000011 11100 1101111 110010 110000

Color Harmonies of #50B83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B83D

Black with #50B83D

Text Example


Text Example

White with #50B83D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,184,61); }

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

background-color css

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

 a { background-color: rgb(80,184,61); }

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

border-color css

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

 span { border-color: rgb(80,184,61); }

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