Html Css Color HEX #50D601 Kelly Green

📋 copy color: '#50D601'

red 80 ◦ green 214 ◦ blue 1

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

Shades of Kelly Green #50D601

Tints of Kelly Green #50D601

RGB

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

 GREEN value IS 214 (83.98% from 255) = 72.54%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 27.12%
G = 72.54%
B = 0.34%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#50D601 (or 0x50D601) is known color: Kelly Green. HEX triplet: 50, D6 and 01. RGB value is (80,214,1). Sum of RGB (Red+Green+Blue) = 80+214+1=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 214 (83.98% from 255 or 72.54% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 214 - color contains mainly: green. Hex color #50D601 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50D601 is #AF29FE. Grayscale: #969696. Windows color (decimal): -11479551 or 120400. OLE color: 120400.

HSL color Cylindrical-coordinate representation of color #50D601: hue angle of 97.75º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #50D601 is Cyan = 0.63, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 214 1 -
CMYK 0.63 0 1.00 0.16
HSL 97.75º 0.99% 0.42% -
HSV(B) 97.75º 1% 0.84% -
XYZ 27.36 49.8 8.2 -
YUV 149.65 44.11 78.32 -
System Red Green Blue C M Y K H S L
Decimal 80 214 1 0.63 0 1.00 0.16 97.75 0.99 0.42
Hex 50 D6 1 3F 0 64 10 62 63 2A
Octal 120 326 1 77 0 144 20 142 143 52
Binary 1010000 11010110 1 111111 0 1100100 10000 1100010 1100011 101010

Color Harmonies of #50D601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D601

Black with #50D601

Text Example


Text Example

White with #50D601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,214,1); }

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

background-color css

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

 a { background-color: rgb(80,214,1); }

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

border-color css

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

 span { border-color: rgb(80,214,1); }

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