Html Css Color HEX #50962B Limeade

📋 copy color: '#50962B'

red 80 ◦ green 150 ◦ blue 43

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

Shades of Limeade #50962B

Tints of Limeade #50962B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 54.95%

 BLUE value IS 43 (17.19% from 255) = 15.75%

R = 29.3%
G = 54.95%
B = 15.75%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#50962B (or 0x50962B) is known color: Limeade. HEX triplet: 50, 96 and 2B. RGB value is (80,150,43). Sum of RGB (Red+Green+Blue) = 80+150+43=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 150 (58.98% from 255 or 54.95% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 150 - color contains mainly: green. Hex color #50962B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50962B is #AF69D4. Grayscale: #757575. Windows color (decimal): -11495893 or 2856528. OLE color: 2856528.

HSL color Cylindrical-coordinate representation of color #50962B: hue angle of 99.25º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #50962B is Cyan = 0.47, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 150 43 -
CMYK 0.47 0 0.71 0.41
HSL 99.25º 0.55% 0.38% -
HSV(B) 99.25º 0.71% 0.59% -
XYZ 14.65 23.69 6.09 -
YUV 116.87 86.31 101.7 -
System Red Green Blue C M Y K H S L
Decimal 80 150 43 0.47 0 0.71 0.41 99.25 0.55 0.38
Hex 50 96 2B 2F 0 47 29 63 37 26
Octal 120 226 53 57 0 107 51 143 67 46
Binary 1010000 10010110 101011 101111 0 1000111 101001 1100011 110111 100110

Color Harmonies of #50962B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50962B

Black with #50962B

Text Example


Text Example

White with #50962B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50962B; }

 p { color: rgb(80,150,43); }

 H1.HeaderClassName
 {
   color: #50962B;
 }
 .AnyTagClassName
 {
   color: #50962B;
 }
</style>

background-color css

<style>
 a { background-color: #50962B; }

 a { background-color: rgb(80,150,43); }

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

border-color css

<style>
 span { border-color: #50962B; }

 span { border-color: rgb(80,150,43); }

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