Html Css Color HEX #7DB01F Lima

📋 copy color: '#7DB01F'

red 125 ◦ green 176 ◦ blue 31

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

Shades of Lima #7DB01F

Tints of Lima #7DB01F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 53.01%

 BLUE value IS 31 (12.5% from 255) = 9.34%

R = 37.65%
G = 53.01%
B = 9.34%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#7DB01F (or 0x7DB01F) is known color: Lima. HEX triplet: 7D, B0 and 1F. RGB value is (125,176,31). Sum of RGB (Red+Green+Blue) = 125+176+31=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 176 (69.14% from 255 or 53.01% from 332); Blue value is 31 (12.5% from 255 or 9.34% from 332); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB01F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DB01F is #824FE0. Grayscale: #909090. Windows color (decimal): -8540129 or 2076797. OLE color: 2076797.

HSL color Cylindrical-coordinate representation of color #7DB01F: hue angle of 81.1º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7DB01F is Cyan = 0.29, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 125 176 31 -
CMYK 0.29 0 0.82 0.31
HSL 81.1º 0.7% 0.41% -
HSV(B) 81.1º 0.82% 0.69% -
XYZ 24.23 35.51 6.87 -
YUV 144.22 64.1 114.29 -
System Red Green Blue C M Y K H S L
Decimal 125 176 31 0.29 0 0.82 0.31 81.1 0.7 0.41
Hex 7D B0 1F 1D 0 52 1F 51 46 29
Octal 175 260 37 35 0 122 37 121 106 51
Binary 1111101 10110000 11111 11101 0 1010010 11111 1010001 1000110 101001

Color Harmonies of #7DB01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB01F

Black with #7DB01F

Text Example


Text Example

White with #7DB01F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,176,31); }

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

background-color css

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

 a { background-color: rgb(125,176,31); }

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

border-color css

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

 span { border-color: rgb(125,176,31); }

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