Html Css Color HEX #50D223 Kelly Green

📋 copy color: '#50D223'

red 80 ◦ green 210 ◦ blue 35

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

Shades of Kelly Green #50D223

Tints of Kelly Green #50D223

RGB

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

 GREEN value IS 210 (82.42% from 255) = 64.62%

 BLUE value IS 35 (14.06% from 255) = 10.77%

R = 24.62%
G = 64.62%
B = 10.77%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#50D223 (or 0x50D223) is known color: Kelly Green. HEX triplet: 50, D2 and 23. RGB value is (80,210,35). Sum of RGB (Red+Green+Blue) = 80+210+35=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 210 (82.42% from 255 or 64.62% from 325); Blue value is 35 (14.06% from 255 or 10.77% from 325); Max value from RGB is 210 - color contains mainly: green. Hex color #50D223 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D223 is #AF2DDC. Grayscale: #979797. Windows color (decimal): -11480541 or 2347600. OLE color: 2347600.

HSL color Cylindrical-coordinate representation of color #50D223: hue angle of 104.57º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #50D223 is Cyan = 0.62, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 210 35 -
CMYK 0.62 0 0.83 0.18
HSL 104.57º 0.71% 0.48% -
HSV(B) 104.57º 0.83% 0.82% -
XYZ 26.66 47.92 9.43 -
YUV 151.18 62.43 77.23 -
System Red Green Blue C M Y K H S L
Decimal 80 210 35 0.62 0 0.83 0.18 104.57 0.71 0.48
Hex 50 D2 23 3E 0 53 12 69 47 30
Octal 120 322 43 76 0 123 22 151 107 60
Binary 1010000 11010010 100011 111110 0 1010011 10010 1101001 1000111 110000

Color Harmonies of #50D223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D223

Black with #50D223

Text Example


Text Example

White with #50D223

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,210,35); }

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

background-color css

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

 a { background-color: rgb(80,210,35); }

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

border-color css

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

 span { border-color: rgb(80,210,35); }

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