Html Css Color HEX #50C204 Kelly Green

📋 copy color: '#50C204'

red 80 ◦ green 194 ◦ blue 4

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

Shades of Kelly Green #50C204

Tints of Kelly Green #50C204

RGB

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

 GREEN value IS 194 (76.17% from 255) = 69.78%

 BLUE value IS 4 (1.95% from 255) = 1.44%

R = 28.78%
G = 69.78%
B = 1.44%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#50C204 (or 0x50C204) is known color: Kelly Green. HEX triplet: 50, C2 and 04. RGB value is (80,194,4). Sum of RGB (Red+Green+Blue) = 80+194+4=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 194 (76.17% from 255 or 69.78% from 278); Blue value is 4 (1.95% from 255 or 1.44% from 278); Max value from RGB is 194 - color contains mainly: green. Hex color #50C204 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50C204 is #AF3DFB. Grayscale: #8A8A8A. Windows color (decimal): -11484668 or 311888. OLE color: 311888.

HSL color Cylindrical-coordinate representation of color #50C204: hue angle of 96º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #50C204 is Cyan = 0.59, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 80 194 4 -
CMYK 0.59 0 0.98 0.24
HSL 96º 0.96% 0.39% -
HSV(B) 96º 0.98% 0.76% -
XYZ 22.62 40.3 6.7 -
YUV 138.25 52.23 86.45 -
System Red Green Blue C M Y K H S L
Decimal 80 194 4 0.59 0 0.98 0.24 96 0.96 0.39
Hex 50 C2 4 3B 0 62 18 60 60 27
Octal 120 302 4 73 0 142 30 140 140 47
Binary 1010000 11000010 100 111011 0 1100010 11000 1100000 1100000 100111

Color Harmonies of #50C204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C204

Black with #50C204

Text Example


Text Example

White with #50C204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,194,4); }

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

background-color css

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

 a { background-color: rgb(80,194,4); }

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

border-color css

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

 span { border-color: rgb(80,194,4); }

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