Html Css Color HEX #4D9808 Limeade

📋 copy color: '#4D9808'

red 77 ◦ green 152 ◦ blue 8

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

Shades of Limeade #4D9808

Tints of Limeade #4D9808

RGB

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

 GREEN value IS 152 (59.77% from 255) = 64.14%

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

R = 32.49%
G = 64.14%
B = 3.38%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.95

 K value IS 0.40

RGB Variations

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

Color information

#4D9808 (or 0x4D9808) is known color: Limeade. HEX triplet: 4D, 98 and 08. RGB value is (77,152,8). Sum of RGB (Red+Green+Blue) = 77+152+8=237 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.49% from 237); Green value is 152 (59.77% from 255 or 64.14% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 152 - color contains mainly: green. Hex color #4D9808 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9808 is #B267F7. Grayscale: #717171. Windows color (decimal): -11692024 or 563277. OLE color: 563277.

HSL color Cylindrical-coordinate representation of color #4D9808: hue angle of 91.25º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D9808 is Cyan = 0.49, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.40.

Color convert

RGB 77 152 8 -
CMYK 0.49 0 0.95 0.40
HSL 91.25º 0.9% 0.31% -
HSV(B) 91.25º 0.95% 0.6% -
XYZ 14.33 24.05 4.12 -
YUV 113.16 68.65 102.21 -
System Red Green Blue C M Y K H S L
Decimal 77 152 8 0.49 0 0.95 0.40 91.25 0.9 0.31
Hex 4D 98 8 31 0 5F 28 5B 5A 1F
Octal 115 230 10 61 0 137 50 133 132 37
Binary 1001101 10011000 1000 110001 0 1011111 101000 1011011 1011010 11111

Color Harmonies of #4D9808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9808

Black with #4D9808

Text Example


Text Example

White with #4D9808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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