Html Css Color HEX #50CD2F Kelly Green

📋 copy color: '#50CD2F'

red 80 ◦ green 205 ◦ blue 47

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

Shades of Kelly Green #50CD2F

Tints of Kelly Green #50CD2F

RGB

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

 GREEN value IS 205 (80.47% from 255) = 61.75%

 BLUE value IS 47 (18.75% from 255) = 14.16%

R = 24.1%
G = 61.75%
B = 14.16%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#50CD2F (or 0x50CD2F) is known color: Kelly Green. HEX triplet: 50, CD and 2F. RGB value is (80,205,47). Sum of RGB (Red+Green+Blue) = 80+205+47=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 205 (80.47% from 255 or 61.75% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 205 - color contains mainly: green. Hex color #50CD2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CD2F is #AF32D0. Grayscale: #969696. Windows color (decimal): -11481809 or 3132752. OLE color: 3132752.

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

Color convert

RGB 80 205 47 -
CMYK 0.61 0 0.77 0.20
HSL 107.47º 0.63% 0.49% -
HSV(B) 107.47º 0.77% 0.8% -
XYZ 25.65 45.57 10.13 -
YUV 149.61 70.09 78.35 -
System Red Green Blue C M Y K H S L
Decimal 80 205 47 0.61 0 0.77 0.20 107.47 0.63 0.49
Hex 50 CD 2F 3D 0 4D 14 6B 3F 31
Octal 120 315 57 75 0 115 24 153 77 61
Binary 1010000 11001101 101111 111101 0 1001101 10100 1101011 111111 110001

Color Harmonies of #50CD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CD2F

Black with #50CD2F

Text Example


Text Example

White with #50CD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,205,47); }

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

background-color css

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

 a { background-color: rgb(80,205,47); }

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

border-color css

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

 span { border-color: rgb(80,205,47); }

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