Html Css Color HEX #50C31B Kelly Green

📋 copy color: '#50C31B'

red 80 ◦ green 195 ◦ blue 27

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

Shades of Kelly Green #50C31B

Tints of Kelly Green #50C31B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 64.57%

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

R = 26.49%
G = 64.57%
B = 8.94%

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

#50C31B (or 0x50C31B) is known color: Kelly Green. HEX triplet: 50, C3 and 1B. RGB value is (80,195,27). Sum of RGB (Red+Green+Blue) = 80+195+27=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 195 (76.56% from 255 or 64.57% from 302); Blue value is 27 (10.94% from 255 or 8.94% from 302); Max value from RGB is 195 - color contains mainly: green. Hex color #50C31B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C31B is #AF3CE4. Grayscale: #8E8E8E. Windows color (decimal): -11484389 or 1819472. OLE color: 1819472.

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

Color convert

RGB 80 195 27 -
CMYK 0.59 0 0.86 0.24
HSL 101.07º 0.76% 0.44% -
HSV(B) 101.07º 0.86% 0.76% -
XYZ 23.02 40.81 7.7 -
YUV 141.46 63.4 84.16 -
System Red Green Blue C M Y K H S L
Decimal 80 195 27 0.59 0 0.86 0.24 101.07 0.76 0.44
Hex 50 C3 1B 3B 0 56 18 65 4C 2C
Octal 120 303 33 73 0 126 30 145 114 54
Binary 1010000 11000011 11011 111011 0 1010110 11000 1100101 1001100 101100

Color Harmonies of #50C31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C31B

Black with #50C31B

Text Example


Text Example

White with #50C31B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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