Html Css Color HEX #4DC70A Kelly Green

📋 copy color: '#4DC70A'

red 77 ◦ green 199 ◦ blue 10

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

Shades of Kelly Green #4DC70A

Tints of Kelly Green #4DC70A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 69.58%

 BLUE value IS 10 (4.3% from 255) = 3.5%

R = 26.92%
G = 69.58%
B = 3.5%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#4DC70A (or 0x4DC70A) is known color: Kelly Green. HEX triplet: 4D, C7 and 0A. RGB value is (77,199,10). Sum of RGB (Red+Green+Blue) = 77+199+10=286 (37% of max value = 765). Red value is 77 (30.47% from 255 or 26.92% from 286); Green value is 199 (78.12% from 255 or 69.58% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 199 - color contains mainly: green. Hex color #4DC70A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DC70A is #B238F5. Grayscale: #8D8D8D. Windows color (decimal): -11679990 or 706381. OLE color: 706381.

HSL color Cylindrical-coordinate representation of color #4DC70A: hue angle of 98.73º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4DC70A is Cyan = 0.61, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB 77 199 10 -
CMYK 0.61 0 0.95 0.22
HSL 98.73º 0.9% 0.41% -
HSV(B) 98.73º 0.95% 0.78% -
XYZ 23.54 42.45 7.24 -
YUV 140.98 54.08 82.37 -
System Red Green Blue C M Y K H S L
Decimal 77 199 10 0.61 0 0.95 0.22 98.73 0.9 0.41
Hex 4D C7 A 3D 0 5F 16 63 5A 29
Octal 115 307 12 75 0 137 26 143 132 51
Binary 1001101 11000111 1010 111101 0 1011111 10110 1100011 1011010 101001

Color Harmonies of #4DC70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC70A

Black with #4DC70A

Text Example


Text Example

White with #4DC70A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,199,10); }

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

background-color css

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

 a { background-color: rgb(77,199,10); }

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

border-color css

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

 span { border-color: rgb(77,199,10); }

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