Html Css Color HEX #50D607 Kelly Green

📋 copy color: '#50D607'

red 80 ◦ green 214 ◦ blue 7

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

Shades of Kelly Green #50D607

Tints of Kelly Green #50D607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.33%

R = 26.58%
G = 71.1%
B = 2.33%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#50D607 (or 0x50D607) is known color: Kelly Green. HEX triplet: 50, D6 and 07. RGB value is (80,214,7). Sum of RGB (Red+Green+Blue) = 80+214+7=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 214 (83.98% from 255 or 71.10% from 301); Blue value is 7 (3.12% from 255 or 2.33% from 301); Max value from RGB is 214 - color contains mainly: green. Hex color #50D607 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50D607 is #AF29F8. Grayscale: #979797. Windows color (decimal): -11479545 or 513616. OLE color: 513616.

HSL color Cylindrical-coordinate representation of color #50D607: hue angle of 98.84º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #50D607 is Cyan = 0.63, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 214 7 -
CMYK 0.63 0 0.97 0.16
HSL 98.84º 0.94% 0.43% -
HSV(B) 98.84º 0.97% 0.84% -
XYZ 27.39 49.81 8.37 -
YUV 150.34 47.11 77.83 -
System Red Green Blue C M Y K H S L
Decimal 80 214 7 0.63 0 0.97 0.16 98.84 0.94 0.43
Hex 50 D6 7 3F 0 61 10 63 5E 2B
Octal 120 326 7 77 0 141 20 143 136 53
Binary 1010000 11010110 111 111111 0 1100001 10000 1100011 1011110 101011

Color Harmonies of #50D607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D607

Black with #50D607

Text Example


Text Example

White with #50D607

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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