Html Css Color HEX #50C23D Apple

📋 copy color: '#50C23D'

red 80 ◦ green 194 ◦ blue 61

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

Shades of Apple #50C23D

Tints of Apple #50C23D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 57.91%

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

R = 23.88%
G = 57.91%
B = 18.21%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#50C23D (or 0x50C23D) is known color: Apple. HEX triplet: 50, C2 and 3D. RGB value is (80,194,61). Sum of RGB (Red+Green+Blue) = 80+194+61=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 194 (76.17% from 255 or 57.91% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 194 - color contains mainly: green. Hex color #50C23D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C23D is #AF3DC2. Grayscale: #919191. Windows color (decimal): -11484611 or 4047440. OLE color: 4047440.

HSL color Cylindrical-coordinate representation of color #50C23D: hue angle of 111.43º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50C23D is Cyan = 0.59, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 80 194 61 -
CMYK 0.59 0 0.69 0.24
HSL 111.43º 0.52% 0.5% -
HSV(B) 111.43º 0.69% 0.76% -
XYZ 23.44 40.63 11.02 -
YUV 144.75 80.73 81.81 -
System Red Green Blue C M Y K H S L
Decimal 80 194 61 0.59 0 0.69 0.24 111.43 0.52 0.5
Hex 50 C2 3D 3B 0 45 18 6F 34 32
Octal 120 302 75 73 0 105 30 157 64 62
Binary 1010000 11000010 111101 111011 0 1000101 11000 1101111 110100 110010

Color Harmonies of #50C23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C23D

Black with #50C23D

Text Example


Text Example

White with #50C23D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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