Html Css Color HEX #50B813 Kelly Green

📋 copy color: '#50B813'

red 80 ◦ green 184 ◦ blue 19

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

Shades of Kelly Green #50B813

Tints of Kelly Green #50B813

RGB

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

 GREEN value IS 184 (72.27% from 255) = 65.02%

 BLUE value IS 19 (7.81% from 255) = 6.71%

R = 28.27%
G = 65.02%
B = 6.71%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#50B813 (or 0x50B813) is known color: Kelly Green. HEX triplet: 50, B8 and 13. RGB value is (80,184,19). Sum of RGB (Red+Green+Blue) = 80+184+19=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 184 (72.27% from 255 or 65.02% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 184 - color contains mainly: green. Hex color #50B813 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50B813 is #AF47EC. Grayscale: #868686. Windows color (decimal): -11487213 or 1292368. OLE color: 1292368.

HSL color Cylindrical-coordinate representation of color #50B813: hue angle of 97.82º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50B813 is Cyan = 0.57, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 80 184 19 -
CMYK 0.57 0 0.90 0.28
HSL 97.82º 0.81% 0.4% -
HSV(B) 97.82º 0.9% 0.72% -
XYZ 20.57 36.03 6.49 -
YUV 134.09 63.04 89.42 -
System Red Green Blue C M Y K H S L
Decimal 80 184 19 0.57 0 0.90 0.28 97.82 0.81 0.4
Hex 50 B8 13 39 0 5A 1C 62 51 28
Octal 120 270 23 71 0 132 34 142 121 50
Binary 1010000 10111000 10011 111001 0 1011010 11100 1100010 1010001 101000

Color Harmonies of #50B813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B813

Black with #50B813

Text Example


Text Example

White with #50B813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,184,19); }

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

background-color css

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

 a { background-color: rgb(80,184,19); }

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

border-color css

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

 span { border-color: rgb(80,184,19); }

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