Html Css Color HEX #50C30C Kelly Green

📋 copy color: '#50C30C'

red 80 ◦ green 195 ◦ blue 12

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

Shades of Kelly Green #50C30C

Tints of Kelly Green #50C30C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.18%

R = 27.87%
G = 67.94%
B = 4.18%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#50C30C (or 0x50C30C) is known color: Kelly Green. HEX triplet: 50, C3 and 0C. RGB value is (80,195,12). Sum of RGB (Red+Green+Blue) = 80+195+12=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 195 (76.56% from 255 or 67.94% from 287); Blue value is 12 (5.08% from 255 or 4.18% from 287); Max value from RGB is 195 - color contains mainly: green. Hex color #50C30C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50C30C is #AF3CF3. Grayscale: #8C8C8C. Windows color (decimal): -11484404 or 836432. OLE color: 836432.

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

Color convert

RGB 80 195 12 -
CMYK 0.59 0 0.94 0.24
HSL 97.7º 0.88% 0.41% -
HSV(B) 97.7º 0.94% 0.76% -
XYZ 22.89 40.76 7.01 -
YUV 139.75 55.9 85.38 -
System Red Green Blue C M Y K H S L
Decimal 80 195 12 0.59 0 0.94 0.24 97.7 0.88 0.41
Hex 50 C3 C 3B 0 5E 18 62 58 29
Octal 120 303 14 73 0 136 30 142 130 51
Binary 1010000 11000011 1100 111011 0 1011110 11000 1100010 1011000 101001

Color Harmonies of #50C30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C30C

Black with #50C30C

Text Example


Text Example

White with #50C30C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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