Html Css Color HEX #7DBD1C Lima

📋 copy color: '#7DBD1C'

red 125 ◦ green 189 ◦ blue 28

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

Shades of Lima #7DBD1C

Tints of Lima #7DBD1C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 55.26%

 BLUE value IS 28 (11.33% from 255) = 8.19%

R = 36.55%
G = 55.26%
B = 8.19%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#7DBD1C (or 0x7DBD1C) is known color: Lima. HEX triplet: 7D, BD and 1C. RGB value is (125,189,28). Sum of RGB (Red+Green+Blue) = 125+189+28=342 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.55% from 342); Green value is 189 (74.22% from 255 or 55.26% from 342); Blue value is 28 (11.33% from 255 or 8.19% from 342); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBD1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBD1C is #8242E3. Grayscale: #989898. Windows color (decimal): -8536804 or 1883517. OLE color: 1883517.

HSL color Cylindrical-coordinate representation of color #7DBD1C: hue angle of 83.85º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7DBD1C is Cyan = 0.34, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 125 189 28 -
CMYK 0.34 0 0.85 0.26
HSL 83.85º 0.74% 0.43% -
HSV(B) 83.85º 0.85% 0.74% -
XYZ 26.86 40.84 7.57 -
YUV 151.51 58.3 109.09 -
System Red Green Blue C M Y K H S L
Decimal 125 189 28 0.34 0 0.85 0.26 83.85 0.74 0.43
Hex 7D BD 1C 22 0 55 1A 54 4A 2B
Octal 175 275 34 42 0 125 32 124 112 53
Binary 1111101 10111101 11100 100010 0 1010101 11010 1010100 1001010 101011

Color Harmonies of #7DBD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBD1C

Black with #7DBD1C

Text Example


Text Example

White with #7DBD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,189,28); }

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

background-color css

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

 a { background-color: rgb(125,189,28); }

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

border-color css

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

 span { border-color: rgb(125,189,28); }

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