Html Css Color HEX #4DD814 Kelly Green

📋 copy color: '#4DD814'

red 77 ◦ green 216 ◦ blue 20

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

Shades of Kelly Green #4DD814

Tints of Kelly Green #4DD814

RGB

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

 GREEN value IS 216 (84.77% from 255) = 69.01%

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

R = 24.6%
G = 69.01%
B = 6.39%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#4DD814 (or 0x4DD814) is known color: Kelly Green. HEX triplet: 4D, D8 and 14. RGB value is (77,216,20). Sum of RGB (Red+Green+Blue) = 77+216+20=313 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.60% from 313); Green value is 216 (84.77% from 255 or 69.01% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 216 - color contains mainly: green. Hex color #4DD814 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DD814 is #B227EB. Grayscale: #989898. Windows color (decimal): -11675628 or 1366093. OLE color: 1366093.

HSL color Cylindrical-coordinate representation of color #4DD814: hue angle of 102.55º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4DD814 is Cyan = 0.64, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 77 216 20 -
CMYK 0.64 0 0.91 0.15
HSL 102.55º 0.83% 0.46% -
HSV(B) 102.55º 0.91% 0.85% -
XYZ 27.74 50.74 8.99 -
YUV 152.1 53.45 74.44 -
System Red Green Blue C M Y K H S L
Decimal 77 216 20 0.64 0 0.91 0.15 102.55 0.83 0.46
Hex 4D D8 14 40 0 5B F 67 53 2E
Octal 115 330 24 100 0 133 17 147 123 56
Binary 1001101 11011000 10100 1000000 0 1011011 1111 1100111 1010011 101110

Color Harmonies of #4DD814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD814

Black with #4DD814

Text Example


Text Example

White with #4DD814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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