Html Css Color HEX #4DE014 Kelly Green

📋 copy color: '#4DE014'

red 77 ◦ green 224 ◦ blue 20

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

Shades of Kelly Green #4DE014

Tints of Kelly Green #4DE014

RGB

 RED value IS 77 (30.47% from 255) = 23.99%

 GREEN value IS 224 (87.89% from 255) = 69.78%

 BLUE value IS 20 (8.2% from 255) = 6.23%

R = 23.99%
G = 69.78%
B = 6.23%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#4DE014 (or 0x4DE014) is known color: Kelly Green. HEX triplet: 4D, E0 and 14. RGB value is (77,224,20). Sum of RGB (Red+Green+Blue) = 77+224+20=321 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.99% from 321); Green value is 224 (87.89% from 255 or 69.78% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 224 - color contains mainly: green. Hex color #4DE014 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DE014 is #B21FEB. Grayscale: #9D9D9D. Windows color (decimal): -11673580 or 1368141. OLE color: 1368141.

HSL color Cylindrical-coordinate representation of color #4DE014: hue angle of 103.24º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4DE014 is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 77 224 20 -
CMYK 0.66 0 0.91 0.12
HSL 103.24º 0.84% 0.48% -
HSV(B) 103.24º 0.91% 0.88% -
XYZ 29.84 54.94 9.69 -
YUV 156.79 50.8 71.09 -
System Red Green Blue C M Y K H S L
Decimal 77 224 20 0.66 0 0.91 0.12 103.24 0.84 0.48
Hex 4D E0 14 42 0 5B C 67 54 30
Octal 115 340 24 102 0 133 14 147 124 60
Binary 1001101 11100000 10100 1000010 0 1011011 1100 1100111 1010100 110000

Color Harmonies of #4DE014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DE014

Black with #4DE014

Text Example


Text Example

White with #4DE014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4DE014; }

 p { color: rgb(77,224,20); }

 H1.HeaderClassName
 {
   color: #4DE014;
 }
 .AnyTagClassName
 {
   color: #4DE014;
 }
</style>

background-color css

<style>
 a { background-color: #4DE014; }

 a { background-color: rgb(77,224,20); }

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

border-color css

<style>
 span { border-color: #4DE014; }

 span { border-color: rgb(77,224,20); }

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