Html Css Color HEX #7DB312 Lima

📋 copy color: '#7DB312'

red 125 ◦ green 179 ◦ blue 18

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

Shades of Lima #7DB312

Tints of Lima #7DB312

RGB

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

 GREEN value IS 179 (70.31% from 255) = 55.59%

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

R = 38.82%
G = 55.59%
B = 5.59%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#7DB312 (or 0x7DB312) is known color: Lima. HEX triplet: 7D, B3 and 12. RGB value is (125,179,18). Sum of RGB (Red+Green+Blue) = 125+179+18=322 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.82% from 322); Green value is 179 (70.31% from 255 or 55.59% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB312 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB312 is #824CED. Grayscale: #919191. Windows color (decimal): -8539374 or 1225597. OLE color: 1225597.

HSL color Cylindrical-coordinate representation of color #7DB312: hue angle of 80.12º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7DB312 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 125 179 18 -
CMYK 0.30 0 0.90 0.30
HSL 80.12º 0.82% 0.39% -
HSV(B) 80.12º 0.9% 0.7% -
XYZ 24.69 36.64 6.34 -
YUV 144.5 56.61 114.09 -
System Red Green Blue C M Y K H S L
Decimal 125 179 18 0.30 0 0.90 0.30 80.12 0.82 0.39
Hex 7D B3 12 1E 0 5A 1E 50 52 27
Octal 175 263 22 36 0 132 36 120 122 47
Binary 1111101 10110011 10010 11110 0 1011010 11110 1010000 1010010 100111

Color Harmonies of #7DB312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB312

Black with #7DB312

Text Example


Text Example

White with #7DB312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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