Html Css Color HEX #50CB2C Kelly Green

📋 copy color: '#50CB2C'

red 80 ◦ green 203 ◦ blue 44

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

Shades of Kelly Green #50CB2C

Tints of Kelly Green #50CB2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.46%

R = 24.46%
G = 62.08%
B = 13.46%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#50CB2C (or 0x50CB2C) is known color: Kelly Green. HEX triplet: 50, CB and 2C. RGB value is (80,203,44). Sum of RGB (Red+Green+Blue) = 80+203+44=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 203 (79.69% from 255 or 62.08% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 203 - color contains mainly: green. Hex color #50CB2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CB2C is #AF34D3. Grayscale: #949494. Windows color (decimal): -11482324 or 2935632. OLE color: 2935632.

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

Color convert

RGB 80 203 44 -
CMYK 0.61 0 0.78 0.20
HSL 106.42º 0.64% 0.48% -
HSV(B) 106.42º 0.78% 0.8% -
XYZ 25.12 44.6 9.67 -
YUV 148.1 69.25 79.43 -
System Red Green Blue C M Y K H S L
Decimal 80 203 44 0.61 0 0.78 0.20 106.42 0.64 0.48
Hex 50 CB 2C 3D 0 4E 14 6A 40 30
Octal 120 313 54 75 0 116 24 152 100 60
Binary 1010000 11001011 101100 111101 0 1001110 10100 1101010 1000000 110000

Color Harmonies of #50CB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CB2C

Black with #50CB2C

Text Example


Text Example

White with #50CB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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