Html Css Color HEX #50C602 Kelly Green

📋 copy color: '#50C602'

red 80 ◦ green 198 ◦ blue 2

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

Shades of Kelly Green #50C602

Tints of Kelly Green #50C602

RGB

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

 GREEN value IS 198 (77.73% from 255) = 70.71%

 BLUE value IS 2 (1.17% from 255) = 0.71%

R = 28.57%
G = 70.71%
B = 0.71%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#50C602 (or 0x50C602) is known color: Kelly Green. HEX triplet: 50, C6 and 02. RGB value is (80,198,2). Sum of RGB (Red+Green+Blue) = 80+198+2=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 198 (77.73% from 255 or 70.71% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 198 - color contains mainly: green. Hex color #50C602 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50C602 is #AF39FD. Grayscale: #8D8D8D. Windows color (decimal): -11483646 or 181840. OLE color: 181840.

HSL color Cylindrical-coordinate representation of color #50C602: hue angle of 96.12º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50C602 is Cyan = 0.60, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 198 2 -
CMYK 0.60 0 0.99 0.22
HSL 96.12º 0.98% 0.39% -
HSV(B) 96.12º 0.99% 0.78% -
XYZ 23.51 42.1 6.94 -
YUV 140.37 49.91 84.94 -
System Red Green Blue C M Y K H S L
Decimal 80 198 2 0.60 0 0.99 0.22 96.12 0.98 0.39
Hex 50 C6 2 3C 0 63 16 60 62 27
Octal 120 306 2 74 0 143 26 140 142 47
Binary 1010000 11000110 10 111100 0 1100011 10110 1100000 1100010 100111

Color Harmonies of #50C602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C602

Black with #50C602

Text Example


Text Example

White with #50C602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,198,2); }

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

background-color css

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

 a { background-color: rgb(80,198,2); }

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

border-color css

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

 span { border-color: rgb(80,198,2); }

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