Html Css Color HEX #50B41C Kelly Green

📋 copy color: '#50B41C'

red 80 ◦ green 180 ◦ blue 28

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

Shades of Kelly Green #50B41C

Tints of Kelly Green #50B41C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 62.5%

 BLUE value IS 28 (11.33% from 255) = 9.72%

R = 27.78%
G = 62.5%
B = 9.72%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#50B41C (or 0x50B41C) is known color: Kelly Green. HEX triplet: 50, B4 and 1C. RGB value is (80,180,28). Sum of RGB (Red+Green+Blue) = 80+180+28=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 180 (70.70% from 255 or 62.5% from 288); Blue value is 28 (11.33% from 255 or 9.72% from 288); Max value from RGB is 180 - color contains mainly: green. Hex color #50B41C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B41C is #AF4BE3. Grayscale: #858585. Windows color (decimal): -11488228 or 1881168. OLE color: 1881168.

HSL color Cylindrical-coordinate representation of color #50B41C: hue angle of 99.47º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50B41C is Cyan = 0.56, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 180 28 -
CMYK 0.56 0 0.84 0.29
HSL 99.47º 0.73% 0.41% -
HSV(B) 99.47º 0.84% 0.71% -
XYZ 19.84 34.43 6.7 -
YUV 132.77 68.87 90.36 -
System Red Green Blue C M Y K H S L
Decimal 80 180 28 0.56 0 0.84 0.29 99.47 0.73 0.41
Hex 50 B4 1C 38 0 54 1D 63 49 29
Octal 120 264 34 70 0 124 35 143 111 51
Binary 1010000 10110100 11100 111000 0 1010100 11101 1100011 1001001 101001

Color Harmonies of #50B41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B41C

Black with #50B41C

Text Example


Text Example

White with #50B41C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,180,28); }

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

background-color css

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

 a { background-color: rgb(80,180,28); }

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

border-color css

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

 span { border-color: rgb(80,180,28); }

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