Html Css Color HEX #50C71D Kelly Green

📋 copy color: '#50C71D'

red 80 ◦ green 199 ◦ blue 29

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

Shades of Kelly Green #50C71D

Tints of Kelly Green #50C71D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 64.61%

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

R = 25.97%
G = 64.61%
B = 9.42%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#50C71D (or 0x50C71D) is known color: Kelly Green. HEX triplet: 50, C7 and 1D. RGB value is (80,199,29). Sum of RGB (Red+Green+Blue) = 80+199+29=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 199 (78.12% from 255 or 64.61% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 199 - color contains mainly: green. Hex color #50C71D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C71D is #AF38E2. Grayscale: #909090. Windows color (decimal): -11483363 or 1951568. OLE color: 1951568.

HSL color Cylindrical-coordinate representation of color #50C71D: hue angle of 102º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50C71D is Cyan = 0.60, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 199 29 -
CMYK 0.60 0 0.85 0.22
HSL 102º 0.75% 0.45% -
HSV(B) 102º 0.85% 0.78% -
XYZ 23.95 42.64 8.13 -
YUV 144.04 63.08 82.32 -
System Red Green Blue C M Y K H S L
Decimal 80 199 29 0.60 0 0.85 0.22 102 0.75 0.45
Hex 50 C7 1D 3C 0 55 16 66 4B 2D
Octal 120 307 35 74 0 125 26 146 113 55
Binary 1010000 11000111 11101 111100 0 1010101 10110 1100110 1001011 101101

Color Harmonies of #50C71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C71D

Black with #50C71D

Text Example


Text Example

White with #50C71D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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