Html Css Color HEX #50C403 Kelly Green

📋 copy color: '#50C403'

red 80 ◦ green 196 ◦ blue 3

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

Shades of Kelly Green #50C403

Tints of Kelly Green #50C403

RGB

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

 GREEN value IS 196 (76.95% from 255) = 70.25%

 BLUE value IS 3 (1.56% from 255) = 1.08%

R = 28.67%
G = 70.25%
B = 1.08%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#50C403 (or 0x50C403) is known color: Kelly Green. HEX triplet: 50, C4 and 03. RGB value is (80,196,3). Sum of RGB (Red+Green+Blue) = 80+196+3=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 196 (76.95% from 255 or 70.25% from 279); Blue value is 3 (1.56% from 255 or 1.08% from 279); Max value from RGB is 196 - color contains mainly: green. Hex color #50C403 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50C403 is #AF3BFC. Grayscale: #8B8B8B. Windows color (decimal): -11484157 or 246864. OLE color: 246864.

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

Color convert

RGB 80 196 3 -
CMYK 0.59 0 0.98 0.23
HSL 96.06º 0.97% 0.39% -
HSV(B) 96.06º 0.98% 0.77% -
XYZ 23.06 41.19 6.82 -
YUV 139.31 51.07 85.69 -
System Red Green Blue C M Y K H S L
Decimal 80 196 3 0.59 0 0.98 0.23 96.06 0.97 0.39
Hex 50 C4 3 3B 0 62 17 60 61 27
Octal 120 304 3 73 0 142 27 140 141 47
Binary 1010000 11000100 11 111011 0 1100010 10111 1100000 1100001 100111

Color Harmonies of #50C403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C403

Black with #50C403

Text Example


Text Example

White with #50C403

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,196,3); }

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

background-color css

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

 a { background-color: rgb(80,196,3); }

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

border-color css

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

 span { border-color: rgb(80,196,3); }

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