Html Css Color HEX #50D912 Kelly Green

📋 copy color: '#50D912'

red 80 ◦ green 217 ◦ blue 18

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

Shades of Kelly Green #50D912

Tints of Kelly Green #50D912

RGB

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

 GREEN value IS 217 (85.16% from 255) = 68.89%

 BLUE value IS 18 (7.42% from 255) = 5.71%

R = 25.4%
G = 68.89%
B = 5.71%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#50D912 (or 0x50D912) is known color: Kelly Green. HEX triplet: 50, D9 and 12. RGB value is (80,217,18). Sum of RGB (Red+Green+Blue) = 80+217+18=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 217 (85.16% from 255 or 68.89% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 217 - color contains mainly: green. Hex color #50D912 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50D912 is #AF26ED. Grayscale: #9A9A9A. Windows color (decimal): -11478766 or 1235280. OLE color: 1235280.

HSL color Cylindrical-coordinate representation of color #50D912: hue angle of 101.31º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #50D912 is Cyan = 0.63, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 217 18 -
CMYK 0.63 0 0.92 0.15
HSL 101.31º 0.85% 0.46% -
HSV(B) 101.31º 0.92% 0.85% -
XYZ 28.23 51.37 9 -
YUV 153.35 51.61 75.68 -
System Red Green Blue C M Y K H S L
Decimal 80 217 18 0.63 0 0.92 0.15 101.31 0.85 0.46
Hex 50 D9 12 3F 0 5C F 65 55 2E
Octal 120 331 22 77 0 134 17 145 125 56
Binary 1010000 11011001 10010 111111 0 1011100 1111 1100101 1010101 101110

Color Harmonies of #50D912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D912

Black with #50D912

Text Example


Text Example

White with #50D912

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,217,18); }

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

background-color css

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

 a { background-color: rgb(80,217,18); }

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

border-color css

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

 span { border-color: rgb(80,217,18); }

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