Html Css Color HEX #50C805 Kelly Green

📋 copy color: '#50C805'

red 80 ◦ green 200 ◦ blue 5

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

Shades of Kelly Green #50C805

Tints of Kelly Green #50C805

RGB

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

 GREEN value IS 200 (78.52% from 255) = 70.18%

 BLUE value IS 5 (2.34% from 255) = 1.75%

R = 28.07%
G = 70.18%
B = 1.75%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#50C805 (or 0x50C805) is known color: Kelly Green. HEX triplet: 50, C8 and 05. RGB value is (80,200,5). Sum of RGB (Red+Green+Blue) = 80+200+5=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 200 (78.52% from 255 or 70.18% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 200 - color contains mainly: green. Hex color #50C805 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50C805 is #AF37FA. Grayscale: #8E8E8E. Windows color (decimal): -11483131 or 378960. OLE color: 378960.

HSL color Cylindrical-coordinate representation of color #50C805: hue angle of 96.92º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #50C805 is Cyan = 0.6, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 200 5 -
CMYK 0.6 0 0.98 0.22
HSL 96.92º 0.95% 0.4% -
HSV(B) 96.92º 0.98% 0.78% -
XYZ 23.99 43.02 7.18 -
YUV 141.89 50.74 83.86 -
System Red Green Blue C M Y K H S L
Decimal 80 200 5 0.6 0 0.98 0.22 96.92 0.95 0.4
Hex 50 C8 5 3C 0 62 16 61 5F 28
Octal 120 310 5 74 0 142 26 141 137 50
Binary 1010000 11001000 101 111100 0 1100010 10110 1100001 1011111 101000

Color Harmonies of #50C805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C805

Black with #50C805

Text Example


Text Example

White with #50C805

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,200,5); }

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

background-color css

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

 a { background-color: rgb(80,200,5); }

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

border-color css

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

 span { border-color: rgb(80,200,5); }

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