Html Css Color HEX #50CB1C Kelly Green

📋 copy color: '#50CB1C'

red 80 ◦ green 203 ◦ blue 28

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

Shades of Kelly Green #50CB1C

Tints of Kelly Green #50CB1C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 65.27%

 BLUE value IS 28 (11.33% from 255) = 9%

R = 25.72%
G = 65.27%
B = 9%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#50CB1C (or 0x50CB1C) is known color: Kelly Green. HEX triplet: 50, CB and 1C. RGB value is (80,203,28). Sum of RGB (Red+Green+Blue) = 80+203+28=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 203 (79.69% from 255 or 65.27% from 311); Blue value is 28 (11.33% from 255 or 9.00% from 311); Max value from RGB is 203 - color contains mainly: green. Hex color #50CB1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CB1C is #AF34E3. Grayscale: #929292. Windows color (decimal): -11482340 or 1887056. OLE color: 1887056.

HSL color Cylindrical-coordinate representation of color #50CB1C: hue angle of 102.17º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50CB1C is Cyan = 0.61, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 203 28 -
CMYK 0.61 0 0.86 0.20
HSL 102.17º 0.76% 0.45% -
HSV(B) 102.17º 0.86% 0.8% -
XYZ 24.87 44.5 8.38 -
YUV 146.27 61.25 80.73 -
System Red Green Blue C M Y K H S L
Decimal 80 203 28 0.61 0 0.86 0.20 102.17 0.76 0.45
Hex 50 CB 1C 3D 0 56 14 66 4C 2D
Octal 120 313 34 75 0 126 24 146 114 55
Binary 1010000 11001011 11100 111101 0 1010110 10100 1100110 1001100 101101

Color Harmonies of #50CB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CB1C

Black with #50CB1C

Text Example


Text Example

White with #50CB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,203,28); }

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

background-color css

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

 a { background-color: rgb(80,203,28); }

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

border-color css

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

 span { border-color: rgb(80,203,28); }

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