Html Css Color HEX #50CA45 Apple

📋 copy color: '#50CA45'

red 80 ◦ green 202 ◦ blue 69

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

Shades of Apple #50CA45

Tints of Apple #50CA45

RGB

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

 GREEN value IS 202 (79.3% from 255) = 57.55%

 BLUE value IS 69 (27.34% from 255) = 19.66%

R = 22.79%
G = 57.55%
B = 19.66%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#50CA45 (or 0x50CA45) is known color: Apple. HEX triplet: 50, CA and 45. RGB value is (80,202,69). Sum of RGB (Red+Green+Blue) = 80+202+69=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 202 (79.30% from 255 or 57.55% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CA45 is #AF35BA. Grayscale: #969696. Windows color (decimal): -11482555 or 4573776. OLE color: 4573776.

HSL color Cylindrical-coordinate representation of color #50CA45: hue angle of 115.04º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50CA45 is Cyan = 0.60, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 202 69 -
CMYK 0.60 0 0.66 0.21
HSL 115.04º 0.56% 0.53% -
HSV(B) 115.04º 0.66% 0.79% -
XYZ 25.5 44.38 12.85 -
YUV 150.36 82.08 77.81 -
System Red Green Blue C M Y K H S L
Decimal 80 202 69 0.60 0 0.66 0.21 115.04 0.56 0.53
Hex 50 CA 45 3C 0 42 15 73 38 35
Octal 120 312 105 74 0 102 25 163 70 65
Binary 1010000 11001010 1000101 111100 0 1000010 10101 1110011 111000 110101

Color Harmonies of #50CA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CA45

Black with #50CA45

Text Example


Text Example

White with #50CA45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,202,69); }

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

background-color css

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

 a { background-color: rgb(80,202,69); }

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

border-color css

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

 span { border-color: rgb(80,202,69); }

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