Html Css Color HEX #50C303 Kelly Green

📋 copy color: '#50C303'

red 80 ◦ green 195 ◦ blue 3

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

Shades of Kelly Green #50C303

Tints of Kelly Green #50C303

RGB

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

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

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

R = 28.78%
G = 70.14%
B = 1.08%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#50C303 (or 0x50C303) is known color: Kelly Green. HEX triplet: 50, C3 and 03. RGB value is (80,195,3). Sum of RGB (Red+Green+Blue) = 80+195+3=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 195 (76.56% from 255 or 70.14% from 278); Blue value is 3 (1.56% from 255 or 1.08% from 278); Max value from RGB is 195 - color contains mainly: green. Hex color #50C303 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50C303 is #AF3CFC. Grayscale: #8B8B8B. Windows color (decimal): -11484413 or 246608. OLE color: 246608.

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

Color convert

RGB 80 195 3 -
CMYK 0.59 0 0.98 0.24
HSL 95.94º 0.97% 0.39% -
HSV(B) 95.94º 0.98% 0.76% -
XYZ 22.84 40.74 6.75 -
YUV 138.73 51.4 86.11 -
System Red Green Blue C M Y K H S L
Decimal 80 195 3 0.59 0 0.98 0.24 95.94 0.97 0.39
Hex 50 C3 3 3B 0 62 18 60 61 27
Octal 120 303 3 73 0 142 30 140 141 47
Binary 1010000 11000011 11 111011 0 1100010 11000 1100000 1100001 100111

Color Harmonies of #50C303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C303

Black with #50C303

Text Example


Text Example

White with #50C303

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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