Html Css Color HEX #7DB818 Lima

📋 copy color: '#7DB818'

red 125 ◦ green 184 ◦ blue 24

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

Shades of Lima #7DB818

Tints of Lima #7DB818

RGB

 RED value IS 125 (49.22% from 255) = 37.54%

 GREEN value IS 184 (72.27% from 255) = 55.26%

 BLUE value IS 24 (9.77% from 255) = 7.21%

R = 37.54%
G = 55.26%
B = 7.21%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#7DB818 (or 0x7DB818) is known color: Lima. HEX triplet: 7D, B8 and 18. RGB value is (125,184,24). Sum of RGB (Red+Green+Blue) = 125+184+24=333 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.54% from 333); Green value is 184 (72.27% from 255 or 55.26% from 333); Blue value is 24 (9.77% from 255 or 7.21% from 333); Max value from RGB is 184 - color contains mainly: green. Hex color #7DB818 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB818 is #8247E7. Grayscale: #949494. Windows color (decimal): -8538088 or 1620093. OLE color: 1620093.

HSL color Cylindrical-coordinate representation of color #7DB818: hue angle of 82.12º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7DB818 is Cyan = 0.32, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB 125 184 24 -
CMYK 0.32 0 0.87 0.28
HSL 82.13º 0.77% 0.41% -
HSV(B) 82.13º 0.87% 0.72% -
XYZ 25.76 38.71 6.98 -
YUV 148.12 57.95 111.51 -
System Red Green Blue C M Y K H S L
Decimal 125 184 24 0.32 0 0.87 0.28 82.13 0.77 0.41
Hex 7D B8 18 20 0 57 1C 52 4D 29
Octal 175 270 30 40 0 127 34 122 115 51
Binary 1111101 10111000 11000 100000 0 1010111 11100 1010010 1001101 101001

Color Harmonies of #7DB818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB818

Black with #7DB818

Text Example


Text Example

White with #7DB818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7DB818; }

 p { color: rgb(125,184,24); }

 H1.HeaderClassName
 {
   color: #7DB818;
 }
 .AnyTagClassName
 {
   color: #7DB818;
 }
</style>

background-color css

<style>
 a { background-color: #7DB818; }

 a { background-color: rgb(125,184,24); }

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

border-color css

<style>
 span { border-color: #7DB818; }

 span { border-color: rgb(125,184,24); }

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