Html Css Color HEX #50D602 Kelly Green

📋 copy color: '#50D602'

red 80 ◦ green 214 ◦ blue 2

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

Shades of Kelly Green #50D602

Tints of Kelly Green #50D602

RGB

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

 GREEN value IS 214 (83.98% from 255) = 72.3%

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

R = 27.03%
G = 72.3%
B = 0.68%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#50D602 (or 0x50D602) is known color: Kelly Green. HEX triplet: 50, D6 and 02. RGB value is (80,214,2). Sum of RGB (Red+Green+Blue) = 80+214+2=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 214 (83.98% from 255 or 72.30% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 214 - color contains mainly: green. Hex color #50D602 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50D602 is #AF29FD. Grayscale: #969696. Windows color (decimal): -11479550 or 185936. OLE color: 185936.

HSL color Cylindrical-coordinate representation of color #50D602: hue angle of 97.92º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50D602 is Cyan = 0.63, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 214 2 -
CMYK 0.63 0 0.99 0.16
HSL 97.92º 0.98% 0.42% -
HSV(B) 97.92º 0.99% 0.84% -
XYZ 27.37 49.8 8.23 -
YUV 149.77 44.61 78.24 -
System Red Green Blue C M Y K H S L
Decimal 80 214 2 0.63 0 0.99 0.16 97.92 0.98 0.42
Hex 50 D6 2 3F 0 63 10 62 62 2A
Octal 120 326 2 77 0 143 20 142 142 52
Binary 1010000 11010110 10 111111 0 1100011 10000 1100010 1100010 101010

Color Harmonies of #50D602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D602

Black with #50D602

Text Example


Text Example

White with #50D602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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