Html Css Color HEX #50C21B Kelly Green

📋 copy color: '#50C21B'

red 80 ◦ green 194 ◦ blue 27

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

Shades of Kelly Green #50C21B

Tints of Kelly Green #50C21B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.97%

R = 26.58%
G = 64.45%
B = 8.97%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#50C21B (or 0x50C21B) is known color: Kelly Green. HEX triplet: 50, C2 and 1B. RGB value is (80,194,27). Sum of RGB (Red+Green+Blue) = 80+194+27=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 194 (76.17% from 255 or 64.45% from 301); Blue value is 27 (10.94% from 255 or 8.97% from 301); Max value from RGB is 194 - color contains mainly: green. Hex color #50C21B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C21B is #AF3DE4. Grayscale: #8D8D8D. Windows color (decimal): -11484645 or 1819216. OLE color: 1819216.

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

Color convert

RGB 80 194 27 -
CMYK 0.59 0 0.86 0.24
HSL 100.96º 0.76% 0.43% -
HSV(B) 100.96º 0.86% 0.76% -
XYZ 22.8 40.37 7.63 -
YUV 140.88 63.73 84.58 -
System Red Green Blue C M Y K H S L
Decimal 80 194 27 0.59 0 0.86 0.24 100.96 0.76 0.43
Hex 50 C2 1B 3B 0 56 18 65 4C 2B
Octal 120 302 33 73 0 126 30 145 114 53
Binary 1010000 11000010 11011 111011 0 1010110 11000 1100101 1001100 101011

Color Harmonies of #50C21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C21B

Black with #50C21B

Text Example


Text Example

White with #50C21B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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