Html Css Color HEX #7DB912 Lima

📋 copy color: '#7DB912'

red 125 ◦ green 185 ◦ blue 18

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

Shades of Lima #7DB912

Tints of Lima #7DB912

RGB

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

 GREEN value IS 185 (72.66% from 255) = 56.4%

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

R = 38.11%
G = 56.4%
B = 5.49%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#7DB912 (or 0x7DB912) is known color: Lima. HEX triplet: 7D, B9 and 12. RGB value is (125,185,18). Sum of RGB (Red+Green+Blue) = 125+185+18=328 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.11% from 328); Green value is 185 (72.66% from 255 or 56.40% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB912 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB912 is #8246ED. Grayscale: #949494. Windows color (decimal): -8537838 or 1227133. OLE color: 1227133.

HSL color Cylindrical-coordinate representation of color #7DB912: hue angle of 81.56º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7DB912 is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 185 18 -
CMYK 0.32 0 0.90 0.27
HSL 81.56º 0.82% 0.4% -
HSV(B) 81.56º 0.9% 0.73% -
XYZ 25.92 39.1 6.75 -
YUV 148.02 54.62 111.58 -
System Red Green Blue C M Y K H S L
Decimal 125 185 18 0.32 0 0.90 0.27 81.56 0.82 0.4
Hex 7D B9 12 20 0 5A 1B 52 52 28
Octal 175 271 22 40 0 132 33 122 122 50
Binary 1111101 10111001 10010 100000 0 1011010 11011 1010010 1010010 101000

Color Harmonies of #7DB912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB912

Black with #7DB912

Text Example


Text Example

White with #7DB912

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,185,18); }

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

background-color css

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

 a { background-color: rgb(125,185,18); }

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

border-color css

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

 span { border-color: rgb(125,185,18); }

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