Html Css Color HEX #50C008 Kelly Green

📋 copy color: '#50C008'

red 80 ◦ green 192 ◦ blue 8

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

Shades of Kelly Green #50C008

Tints of Kelly Green #50C008

RGB

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

 GREEN value IS 192 (75.39% from 255) = 68.57%

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

R = 28.57%
G = 68.57%
B = 2.86%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#50C008 (or 0x50C008) is known color: Kelly Green. HEX triplet: 50, C0 and 08. RGB value is (80,192,8). Sum of RGB (Red+Green+Blue) = 80+192+8=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 192 (75.39% from 255 or 68.57% from 280); Blue value is 8 (3.52% from 255 or 2.86% from 280); Max value from RGB is 192 - color contains mainly: green. Hex color #50C008 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50C008 is #AF3FF7. Grayscale: #8A8A8A. Windows color (decimal): -11485176 or 573520. OLE color: 573520.

HSL color Cylindrical-coordinate representation of color #50C008: hue angle of 96.52º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50C008 is Cyan = 0.58, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 192 8 -
CMYK 0.58 0 0.96 0.25
HSL 96.52º 0.92% 0.39% -
HSV(B) 96.52º 0.96% 0.75% -
XYZ 22.2 39.42 6.67 -
YUV 137.54 54.89 86.96 -
System Red Green Blue C M Y K H S L
Decimal 80 192 8 0.58 0 0.96 0.25 96.52 0.92 0.39
Hex 50 C0 8 3A 0 60 19 61 5C 27
Octal 120 300 10 72 0 140 31 141 134 47
Binary 1010000 11000000 1000 111010 0 1100000 11001 1100001 1011100 100111

Color Harmonies of #50C008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C008

Black with #50C008

Text Example


Text Example

White with #50C008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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