Html Css Color HEX #50C32B Kelly Green

📋 copy color: '#50C32B'

red 80 ◦ green 195 ◦ blue 43

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

Shades of Kelly Green #50C32B

Tints of Kelly Green #50C32B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 61.32%

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

R = 25.16%
G = 61.32%
B = 13.52%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#50C32B (or 0x50C32B) is known color: Kelly Green. HEX triplet: 50, C3 and 2B. RGB value is (80,195,43). Sum of RGB (Red+Green+Blue) = 80+195+43=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 195 (76.56% from 255 or 61.32% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 195 - color contains mainly: green. Hex color #50C32B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C32B is #AF3CD4. Grayscale: #8F8F8F. Windows color (decimal): -11484373 or 2868048. OLE color: 2868048.

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

Color convert

RGB 80 195 43 -
CMYK 0.59 0 0.78 0.24
HSL 105.39º 0.64% 0.47% -
HSV(B) 105.39º 0.78% 0.76% -
XYZ 23.26 40.91 8.96 -
YUV 143.29 71.4 82.86 -
System Red Green Blue C M Y K H S L
Decimal 80 195 43 0.59 0 0.78 0.24 105.39 0.64 0.47
Hex 50 C3 2B 3B 0 4E 18 69 40 2F
Octal 120 303 53 73 0 116 30 151 100 57
Binary 1010000 11000011 101011 111011 0 1001110 11000 1101001 1000000 101111

Color Harmonies of #50C32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C32B

Black with #50C32B

Text Example


Text Example

White with #50C32B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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