Html Css Color HEX #4DDC08 Kelly Green

📋 copy color: '#4DDC08'

red 77 ◦ green 220 ◦ blue 8

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

Shades of Kelly Green #4DDC08

Tints of Kelly Green #4DDC08

RGB

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

 GREEN value IS 220 (86.33% from 255) = 72.13%

 BLUE value IS 8 (3.52% from 255) = 2.62%

R = 25.25%
G = 72.13%
B = 2.62%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#4DDC08 (or 0x4DDC08) is known color: Kelly Green. HEX triplet: 4D, DC and 08. RGB value is (77,220,8). Sum of RGB (Red+Green+Blue) = 77+220+8=305 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.25% from 305); Green value is 220 (86.33% from 255 or 72.13% from 305); Blue value is 8 (3.52% from 255 or 2.62% from 305); Max value from RGB is 220 - color contains mainly: green. Hex color #4DDC08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DDC08 is #B223F7. Grayscale: #999999. Windows color (decimal): -11674616 or 580685. OLE color: 580685.

HSL color Cylindrical-coordinate representation of color #4DDC08: hue angle of 100.47º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4DDC08 is Cyan = 0.65, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 77 220 8 -
CMYK 0.65 0 0.96 0.14
HSL 100.47º 0.93% 0.45% -
HSV(B) 100.47º 0.96% 0.86% -
XYZ 28.7 52.78 8.91 -
YUV 153.08 46.12 73.74 -
System Red Green Blue C M Y K H S L
Decimal 77 220 8 0.65 0 0.96 0.14 100.47 0.93 0.45
Hex 4D DC 8 41 0 60 E 64 5D 2D
Octal 115 334 10 101 0 140 16 144 135 55
Binary 1001101 11011100 1000 1000001 0 1100000 1110 1100100 1011101 101101

Color Harmonies of #4DDC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDC08

Black with #4DDC08

Text Example


Text Example

White with #4DDC08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,220,8); }

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

background-color css

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

 a { background-color: rgb(77,220,8); }

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

border-color css

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

 span { border-color: rgb(77,220,8); }

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