Html Css Color HEX #50CC2C Kelly Green

📋 copy color: '#50CC2C'

red 80 ◦ green 204 ◦ blue 44

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

Shades of Kelly Green #50CC2C

Tints of Kelly Green #50CC2C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 62.2%

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

R = 24.39%
G = 62.2%
B = 13.41%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#50CC2C (or 0x50CC2C) is known color: Kelly Green. HEX triplet: 50, CC and 2C. RGB value is (80,204,44). Sum of RGB (Red+Green+Blue) = 80+204+44=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 204 (80.08% from 255 or 62.20% from 328); Blue value is 44 (17.58% from 255 or 13.41% from 328); Max value from RGB is 204 - color contains mainly: green. Hex color #50CC2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CC2C is #AF33D3. Grayscale: #959595. Windows color (decimal): -11482068 or 2935888. OLE color: 2935888.

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

Color convert

RGB 80 204 44 -
CMYK 0.61 0 0.78 0.2
HSL 106.5º 0.65% 0.49% -
HSV(B) 106.5º 0.78% 0.8% -
XYZ 25.36 45.07 9.75 -
YUV 148.68 68.92 79.01 -
System Red Green Blue C M Y K H S L
Decimal 80 204 44 0.61 0 0.78 0.2 106.5 0.65 0.49
Hex 50 CC 2C 3D 0 4E 14 6A 41 31
Octal 120 314 54 75 0 116 24 152 101 61
Binary 1010000 11001100 101100 111101 0 1001110 10100 1101010 1000001 110001

Color Harmonies of #50CC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CC2C

Black with #50CC2C

Text Example


Text Example

White with #50CC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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