Html Css Color HEX #7DAB23 Lima

📋 copy color: '#7DAB23'

red 125 ◦ green 171 ◦ blue 35

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

Shades of Lima #7DAB23

Tints of Lima #7DAB23

RGB

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

 GREEN value IS 171 (67.19% from 255) = 51.66%

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

R = 37.76%
G = 51.66%
B = 10.57%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#7DAB23 (or 0x7DAB23) is known color: Lima. HEX triplet: 7D, AB and 23. RGB value is (125,171,35). Sum of RGB (Red+Green+Blue) = 125+171+35=331 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.76% from 331); Green value is 171 (67.19% from 255 or 51.66% from 331); Blue value is 35 (14.06% from 255 or 10.57% from 331); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAB23 is #8254DC. Grayscale: #8E8E8E. Windows color (decimal): -8541405 or 2337661. OLE color: 2337661.

HSL color Cylindrical-coordinate representation of color #7DAB23: hue angle of 80.29º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7DAB23 is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 171 35 -
CMYK 0.27 0 0.80 0.33
HSL 80.29º 0.66% 0.4% -
HSV(B) 80.29º 0.8% 0.67% -
XYZ 23.32 33.61 6.85 -
YUV 141.74 67.76 116.06 -
System Red Green Blue C M Y K H S L
Decimal 125 171 35 0.27 0 0.80 0.33 80.29 0.66 0.4
Hex 7D AB 23 1B 0 50 21 50 42 28
Octal 175 253 43 33 0 120 41 120 102 50
Binary 1111101 10101011 100011 11011 0 1010000 100001 1010000 1000010 101000

Color Harmonies of #7DAB23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAB23

Black with #7DAB23

Text Example


Text Example

White with #7DAB23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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