Html Css Color HEX #50C52B Kelly Green

📋 copy color: '#50C52B'

red 80 ◦ green 197 ◦ blue 43

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

Shades of Kelly Green #50C52B

Tints of Kelly Green #50C52B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 61.56%

 BLUE value IS 43 (17.19% from 255) = 13.44%

R = 25%
G = 61.56%
B = 13.44%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#50C52B (or 0x50C52B) is known color: Kelly Green. HEX triplet: 50, C5 and 2B. RGB value is (80,197,43). Sum of RGB (Red+Green+Blue) = 80+197+43=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 197 (77.34% from 255 or 61.56% from 320); Blue value is 43 (17.19% from 255 or 13.44% from 320); Max value from RGB is 197 - color contains mainly: green. Hex color #50C52B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C52B is #AF3AD4. Grayscale: #909090. Windows color (decimal): -11483861 or 2868560. OLE color: 2868560.

HSL color Cylindrical-coordinate representation of color #50C52B: hue angle of 105.58º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #50C52B is Cyan = 0.59, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 80 197 43 -
CMYK 0.59 0 0.78 0.23
HSL 105.58º 0.64% 0.47% -
HSV(B) 105.58º 0.78% 0.77% -
XYZ 23.71 41.81 9.11 -
YUV 144.46 70.74 82.02 -
System Red Green Blue C M Y K H S L
Decimal 80 197 43 0.59 0 0.78 0.23 105.58 0.64 0.47
Hex 50 C5 2B 3B 0 4E 17 6A 40 2F
Octal 120 305 53 73 0 116 27 152 100 57
Binary 1010000 11000101 101011 111011 0 1001110 10111 1101010 1000000 101111

Color Harmonies of #50C52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C52B

Black with #50C52B

Text Example


Text Example

White with #50C52B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,197,43); }

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

background-color css

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

 a { background-color: rgb(80,197,43); }

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

border-color css

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

 span { border-color: rgb(80,197,43); }

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