Html Css Color HEX #50C002 Kelly Green

📋 copy color: '#50C002'

red 80 ◦ green 192 ◦ blue 2

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

Shades of Kelly Green #50C002

Tints of Kelly Green #50C002

RGB

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

 GREEN value IS 192 (75.39% from 255) = 70.07%

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

R = 29.2%
G = 70.07%
B = 0.73%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#50C002 (or 0x50C002) is known color: Kelly Green. HEX triplet: 50, C0 and 02. RGB value is (80,192,2). Sum of RGB (Red+Green+Blue) = 80+192+2=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 192 (75.39% from 255 or 70.07% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 192 - color contains mainly: green. Hex color #50C002 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50C002 is #AF3FFD. Grayscale: #898989. Windows color (decimal): -11485182 or 180304. OLE color: 180304.

HSL color Cylindrical-coordinate representation of color #50C002: hue angle of 95.37º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50C002 is Cyan = 0.58, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 192 2 -
CMYK 0.58 0 0.99 0.25
HSL 95.37º 0.98% 0.38% -
HSV(B) 95.37º 0.99% 0.75% -
XYZ 22.17 39.41 6.5 -
YUV 136.85 51.89 87.45 -
System Red Green Blue C M Y K H S L
Decimal 80 192 2 0.58 0 0.99 0.25 95.37 0.98 0.38
Hex 50 C0 2 3A 0 63 19 5F 62 26
Octal 120 300 2 72 0 143 31 137 142 46
Binary 1010000 11000000 10 111010 0 1100011 11001 1011111 1100010 100110

Color Harmonies of #50C002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C002

Black with #50C002

Text Example


Text Example

White with #50C002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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