Html Css Color HEX #4DB412 Kelly Green

📋 copy color: '#4DB412'

red 77 ◦ green 180 ◦ blue 18

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

Shades of Kelly Green #4DB412

Tints of Kelly Green #4DB412

RGB

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

 GREEN value IS 180 (70.7% from 255) = 65.45%

 BLUE value IS 18 (7.42% from 255) = 6.55%

R = 28%
G = 65.45%
B = 6.55%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#4DB412 (or 0x4DB412) is known color: Kelly Green. HEX triplet: 4D, B4 and 12. RGB value is (77,180,18). Sum of RGB (Red+Green+Blue) = 77+180+18=275 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28% from 275); Green value is 180 (70.70% from 255 or 65.45% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 180 - color contains mainly: green. Hex color #4DB412 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DB412 is #B24BED. Grayscale: #838383. Windows color (decimal): -11684846 or 1225805. OLE color: 1225805.

HSL color Cylindrical-coordinate representation of color #4DB412: hue angle of 98.15º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4DB412 is Cyan = 0.57, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.29.

Color convert

RGB 77 180 18 -
CMYK 0.57 0 0.9 0.29
HSL 98.15º 0.82% 0.39% -
HSV(B) 98.15º 0.9% 0.71% -
XYZ 19.49 34.26 6.16 -
YUV 130.74 64.38 89.67 -
System Red Green Blue C M Y K H S L
Decimal 77 180 18 0.57 0 0.9 0.29 98.15 0.82 0.39
Hex 4D B4 12 39 0 5A 1D 62 52 27
Octal 115 264 22 71 0 132 35 142 122 47
Binary 1001101 10110100 10010 111001 0 1011010 11101 1100010 1010010 100111

Color Harmonies of #4DB412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB412

Black with #4DB412

Text Example


Text Example

White with #4DB412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,180,18); }

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

background-color css

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

 a { background-color: rgb(77,180,18); }

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

border-color css

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

 span { border-color: rgb(77,180,18); }

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