Html Css Color HEX #50B91D Kelly Green

📋 copy color: '#50B91D'

red 80 ◦ green 185 ◦ blue 29

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

Shades of Kelly Green #50B91D

Tints of Kelly Green #50B91D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 62.93%

 BLUE value IS 29 (11.72% from 255) = 9.86%

R = 27.21%
G = 62.93%
B = 9.86%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#50B91D (or 0x50B91D) is known color: Kelly Green. HEX triplet: 50, B9 and 1D. RGB value is (80,185,29). Sum of RGB (Red+Green+Blue) = 80+185+29=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 185 (72.66% from 255 or 62.93% from 294); Blue value is 29 (11.72% from 255 or 9.86% from 294); Max value from RGB is 185 - color contains mainly: green. Hex color #50B91D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B91D is #AF46E2. Grayscale: #888888. Windows color (decimal): -11486947 or 1947984. OLE color: 1947984.

HSL color Cylindrical-coordinate representation of color #50B91D: hue angle of 100.38º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50B91D is Cyan = 0.57, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 185 29 -
CMYK 0.57 0 0.84 0.27
HSL 100.38º 0.73% 0.42% -
HSV(B) 100.38º 0.84% 0.73% -
XYZ 20.88 36.49 7.11 -
YUV 135.82 67.71 88.18 -
System Red Green Blue C M Y K H S L
Decimal 80 185 29 0.57 0 0.84 0.27 100.38 0.73 0.42
Hex 50 B9 1D 39 0 54 1B 64 49 2A
Octal 120 271 35 71 0 124 33 144 111 52
Binary 1010000 10111001 11101 111001 0 1010100 11011 1100100 1001001 101010

Color Harmonies of #50B91D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B91D

Black with #50B91D

Text Example


Text Example

White with #50B91D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,185,29); }

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

background-color css

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

 a { background-color: rgb(80,185,29); }

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

border-color css

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

 span { border-color: rgb(80,185,29); }

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