Html Css Color HEX #7DB523 Lima

📋 copy color: '#7DB523'

red 125 ◦ green 181 ◦ blue 35

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

Shades of Lima #7DB523

Tints of Lima #7DB523

RGB

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

 GREEN value IS 181 (71.09% from 255) = 53.08%

 BLUE value IS 35 (14.06% from 255) = 10.26%

R = 36.66%
G = 53.08%
B = 10.26%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#7DB523 (or 0x7DB523) is known color: Lima. HEX triplet: 7D, B5 and 23. RGB value is (125,181,35). Sum of RGB (Red+Green+Blue) = 125+181+35=341 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.66% from 341); Green value is 181 (71.09% from 255 or 53.08% from 341); Blue value is 35 (14.06% from 255 or 10.26% from 341); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB523 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB523 is #824ADC. Grayscale: #949494. Windows color (decimal): -8538845 or 2340221. OLE color: 2340221.

HSL color Cylindrical-coordinate representation of color #7DB523: hue angle of 83.01º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7DB523 is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 125 181 35 -
CMYK 0.31 0 0.81 0.29
HSL 83.01º 0.68% 0.42% -
HSV(B) 83.01º 0.81% 0.71% -
XYZ 25.28 37.53 7.5 -
YUV 147.61 64.45 111.87 -
System Red Green Blue C M Y K H S L
Decimal 125 181 35 0.31 0 0.81 0.29 83.01 0.68 0.42
Hex 7D B5 23 1F 0 51 1D 53 44 2A
Octal 175 265 43 37 0 121 35 123 104 52
Binary 1111101 10110101 100011 11111 0 1010001 11101 1010011 1000100 101010

Color Harmonies of #7DB523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB523

Black with #7DB523

Text Example


Text Example

White with #7DB523

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,181,35); }

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

background-color css

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

 a { background-color: rgb(125,181,35); }

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

border-color css

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

 span { border-color: rgb(125,181,35); }

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