Html Css Color HEX #50CD1E Kelly Green

📋 copy color: '#50CD1E'

red 80 ◦ green 205 ◦ blue 30

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

Shades of Kelly Green #50CD1E

Tints of Kelly Green #50CD1E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 65.08%

 BLUE value IS 30 (12.11% from 255) = 9.52%

R = 25.4%
G = 65.08%
B = 9.52%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#50CD1E (or 0x50CD1E) is known color: Kelly Green. HEX triplet: 50, CD and 1E. RGB value is (80,205,30). Sum of RGB (Red+Green+Blue) = 80+205+30=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 205 (80.47% from 255 or 65.08% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 205 - color contains mainly: green. Hex color #50CD1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CD1E is #AF32E1. Grayscale: #949494. Windows color (decimal): -11481826 or 2018640. OLE color: 2018640.

HSL color Cylindrical-coordinate representation of color #50CD1E: hue angle of 102.86º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50CD1E is Cyan = 0.61, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 205 30 -
CMYK 0.61 0 0.85 0.20
HSL 102.86º 0.74% 0.46% -
HSV(B) 102.86º 0.85% 0.8% -
XYZ 25.37 45.46 8.67 -
YUV 147.68 61.59 79.73 -
System Red Green Blue C M Y K H S L
Decimal 80 205 30 0.61 0 0.85 0.20 102.86 0.74 0.46
Hex 50 CD 1E 3D 0 55 14 67 4A 2E
Octal 120 315 36 75 0 125 24 147 112 56
Binary 1010000 11001101 11110 111101 0 1010101 10100 1100111 1001010 101110

Color Harmonies of #50CD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CD1E

Black with #50CD1E

Text Example


Text Example

White with #50CD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,205,30); }

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

background-color css

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

 a { background-color: rgb(80,205,30); }

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

border-color css

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

 span { border-color: rgb(80,205,30); }

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