Html Css Color HEX #50D428 Kelly Green

📋 copy color: '#50D428'

red 80 ◦ green 212 ◦ blue 40

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

Shades of Kelly Green #50D428

Tints of Kelly Green #50D428

RGB

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

 GREEN value IS 212 (83.2% from 255) = 63.86%

 BLUE value IS 40 (16.02% from 255) = 12.05%

R = 24.1%
G = 63.86%
B = 12.05%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#50D428 (or 0x50D428) is known color: Kelly Green. HEX triplet: 50, D4 and 28. RGB value is (80,212,40). Sum of RGB (Red+Green+Blue) = 80+212+40=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 212 (83.20% from 255 or 63.86% from 332); Blue value is 40 (16.02% from 255 or 12.05% from 332); Max value from RGB is 212 - color contains mainly: green. Hex color #50D428 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D428 is #AF2BD7. Grayscale: #999999. Windows color (decimal): -11480024 or 2675792. OLE color: 2675792.

HSL color Cylindrical-coordinate representation of color #50D428: hue angle of 106.05º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #50D428 is Cyan = 0.62, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB 80 212 40 -
CMYK 0.62 0 0.81 0.17
HSL 106.05º 0.68% 0.49% -
HSV(B) 106.05º 0.81% 0.83% -
XYZ 27.23 48.95 10.02 -
YUV 152.92 64.27 75.99 -
System Red Green Blue C M Y K H S L
Decimal 80 212 40 0.62 0 0.81 0.17 106.05 0.68 0.49
Hex 50 D4 28 3E 0 51 11 6A 44 31
Octal 120 324 50 76 0 121 21 152 104 61
Binary 1010000 11010100 101000 111110 0 1010001 10001 1101010 1000100 110001

Color Harmonies of #50D428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D428

Black with #50D428

Text Example


Text Example

White with #50D428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,212,40); }

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

background-color css

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

 a { background-color: rgb(80,212,40); }

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

border-color css

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

 span { border-color: rgb(80,212,40); }

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