Html Css Color HEX #50C00F Kelly Green

📋 copy color: '#50C00F'

red 80 ◦ green 192 ◦ blue 15

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

Shades of Kelly Green #50C00F

Tints of Kelly Green #50C00F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 66.9%

 BLUE value IS 15 (6.25% from 255) = 5.23%

R = 27.87%
G = 66.9%
B = 5.23%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#50C00F (or 0x50C00F) is known color: Kelly Green. HEX triplet: 50, C0 and 0F. RGB value is (80,192,15). Sum of RGB (Red+Green+Blue) = 80+192+15=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 192 (75.39% from 255 or 66.90% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 192 - color contains mainly: green. Hex color #50C00F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50C00F is #AF3FF0. Grayscale: #8A8A8A. Windows color (decimal): -11485169 or 1032272. OLE color: 1032272.

HSL color Cylindrical-coordinate representation of color #50C00F: hue angle of 97.97º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #50C00F is Cyan = 0.58, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 192 15 -
CMYK 0.58 0 0.92 0.25
HSL 97.97º 0.86% 0.41% -
HSV(B) 97.97º 0.92% 0.75% -
XYZ 22.24 39.44 6.89 -
YUV 138.33 58.39 86.39 -
System Red Green Blue C M Y K H S L
Decimal 80 192 15 0.58 0 0.92 0.25 97.97 0.86 0.41
Hex 50 C0 F 3A 0 5C 19 62 56 29
Octal 120 300 17 72 0 134 31 142 126 51
Binary 1010000 11000000 1111 111010 0 1011100 11001 1100010 1010110 101001

Color Harmonies of #50C00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C00F

Black with #50C00F

Text Example


Text Example

White with #50C00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,192,15); }

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

background-color css

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

 a { background-color: rgb(80,192,15); }

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

border-color css

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

 span { border-color: rgb(80,192,15); }

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