Html Css Color HEX #50C821 Kelly Green

📋 copy color: '#50C821'

red 80 ◦ green 200 ◦ blue 33

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

Shades of Kelly Green #50C821

Tints of Kelly Green #50C821

RGB

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

 GREEN value IS 200 (78.52% from 255) = 63.9%

 BLUE value IS 33 (13.28% from 255) = 10.54%

R = 25.56%
G = 63.9%
B = 10.54%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#50C821 (or 0x50C821) is known color: Kelly Green. HEX triplet: 50, C8 and 21. RGB value is (80,200,33). Sum of RGB (Red+Green+Blue) = 80+200+33=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 200 (78.52% from 255 or 63.90% from 313); Blue value is 33 (13.28% from 255 or 10.54% from 313); Max value from RGB is 200 - color contains mainly: green. Hex color #50C821 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C821 is #AF37DE. Grayscale: #919191. Windows color (decimal): -11483103 or 2213968. OLE color: 2213968.

HSL color Cylindrical-coordinate representation of color #50C821: hue angle of 103.11º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #50C821 is Cyan = 0.6, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 200 33 -
CMYK 0.6 0 0.84 0.22
HSL 103.11º 0.72% 0.46% -
HSV(B) 103.11º 0.84% 0.78% -
XYZ 24.24 43.12 8.49 -
YUV 145.08 64.74 81.58 -
System Red Green Blue C M Y K H S L
Decimal 80 200 33 0.6 0 0.84 0.22 103.11 0.72 0.46
Hex 50 C8 21 3C 0 54 16 67 48 2E
Octal 120 310 41 74 0 124 26 147 110 56
Binary 1010000 11001000 100001 111100 0 1010100 10110 1100111 1001000 101110

Color Harmonies of #50C821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C821

Black with #50C821

Text Example


Text Example

White with #50C821

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,200,33); }

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

background-color css

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

 a { background-color: rgb(80,200,33); }

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

border-color css

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

 span { border-color: rgb(80,200,33); }

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