Html Css Color HEX #50CE2A Kelly Green

📋 copy color: '#50CE2A'

red 80 ◦ green 206 ◦ blue 42

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

Shades of Kelly Green #50CE2A

Tints of Kelly Green #50CE2A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 62.8%

 BLUE value IS 42 (16.8% from 255) = 12.8%

R = 24.39%
G = 62.8%
B = 12.8%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#50CE2A (or 0x50CE2A) is known color: Kelly Green. HEX triplet: 50, CE and 2A. RGB value is (80,206,42). Sum of RGB (Red+Green+Blue) = 80+206+42=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 206 (80.86% from 255 or 62.80% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 206 - color contains mainly: green. Hex color #50CE2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CE2A is #AF31D5. Grayscale: #969696. Windows color (decimal): -11481558 or 2805328. OLE color: 2805328.

HSL color Cylindrical-coordinate representation of color #50CE2A: hue angle of 106.1º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #50CE2A is Cyan = 0.61, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 206 42 -
CMYK 0.61 0 0.80 0.19
HSL 106.1º 0.66% 0.49% -
HSV(B) 106.1º 0.8% 0.81% -
XYZ 25.8 46.02 9.71 -
YUV 149.63 67.26 78.34 -
System Red Green Blue C M Y K H S L
Decimal 80 206 42 0.61 0 0.80 0.19 106.1 0.66 0.49
Hex 50 CE 2A 3D 0 50 13 6A 42 31
Octal 120 316 52 75 0 120 23 152 102 61
Binary 1010000 11001110 101010 111101 0 1010000 10011 1101010 1000010 110001

Color Harmonies of #50CE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CE2A

Black with #50CE2A

Text Example


Text Example

White with #50CE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,206,42); }

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

background-color css

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

 a { background-color: rgb(80,206,42); }

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

border-color css

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

 span { border-color: rgb(80,206,42); }

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