Html Css Color HEX #50C208 Kelly Green

📋 copy color: '#50C208'

red 80 ◦ green 194 ◦ blue 8

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

Shades of Kelly Green #50C208

Tints of Kelly Green #50C208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.84%

R = 28.37%
G = 68.79%
B = 2.84%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#50C208 (or 0x50C208) is known color: Kelly Green. HEX triplet: 50, C2 and 08. RGB value is (80,194,8). Sum of RGB (Red+Green+Blue) = 80+194+8=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 194 (76.17% from 255 or 68.79% from 282); Blue value is 8 (3.52% from 255 or 2.84% from 282); Max value from RGB is 194 - color contains mainly: green. Hex color #50C208 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50C208 is #AF3DF7. Grayscale: #8B8B8B. Windows color (decimal): -11484664 or 574032. OLE color: 574032.

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

Color convert

RGB 80 194 8 -
CMYK 0.59 0 0.96 0.24
HSL 96.77º 0.92% 0.4% -
HSV(B) 96.77º 0.96% 0.76% -
XYZ 22.64 40.31 6.82 -
YUV 138.71 54.23 86.12 -
System Red Green Blue C M Y K H S L
Decimal 80 194 8 0.59 0 0.96 0.24 96.77 0.92 0.4
Hex 50 C2 8 3B 0 60 18 61 5C 28
Octal 120 302 10 73 0 140 30 141 134 50
Binary 1010000 11000010 1000 111011 0 1100000 11000 1100001 1011100 101000

Color Harmonies of #50C208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C208

Black with #50C208

Text Example


Text Example

White with #50C208

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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