Html Css Color HEX #7DB810 Lima

📋 copy color: '#7DB810'

red 125 ◦ green 184 ◦ blue 16

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

Shades of Lima #7DB810

Tints of Lima #7DB810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.92%

R = 38.46%
G = 56.62%
B = 4.92%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#7DB810 (or 0x7DB810) is known color: Lima. HEX triplet: 7D, B8 and 10. RGB value is (125,184,16). Sum of RGB (Red+Green+Blue) = 125+184+16=325 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.46% from 325); Green value is 184 (72.27% from 255 or 56.62% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 184 - color contains mainly: green. Hex color #7DB810 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB810 is #8247EF. Grayscale: #939393. Windows color (decimal): -8538096 or 1095805. OLE color: 1095805.

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

Color convert

RGB 125 184 16 -
CMYK 0.32 0 0.91 0.28
HSL 81.07º 0.84% 0.39% -
HSV(B) 81.07º 0.91% 0.72% -
XYZ 25.69 38.68 6.6 -
YUV 147.21 53.95 112.16 -
System Red Green Blue C M Y K H S L
Decimal 125 184 16 0.32 0 0.91 0.28 81.07 0.84 0.39
Hex 7D B8 10 20 0 5B 1C 51 54 27
Octal 175 270 20 40 0 133 34 121 124 47
Binary 1111101 10111000 10000 100000 0 1011011 11100 1010001 1010100 100111

Color Harmonies of #7DB810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB810

Black with #7DB810

Text Example


Text Example

White with #7DB810

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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