Html Css Color HEX #7DBD0C Lima

📋 copy color: '#7DBD0C'

red 125 ◦ green 189 ◦ blue 12

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

Shades of Lima #7DBD0C

Tints of Lima #7DBD0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.68%

R = 38.34%
G = 57.98%
B = 3.68%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#7DBD0C (or 0x7DBD0C) is known color: Lima. HEX triplet: 7D, BD and 0C. RGB value is (125,189,12). Sum of RGB (Red+Green+Blue) = 125+189+12=326 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.34% from 326); Green value is 189 (74.22% from 255 or 57.98% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBD0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DBD0C is #8242F3. Grayscale: #969696. Windows color (decimal): -8536820 or 834941. OLE color: 834941.

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

Color convert

RGB 125 189 12 -
CMYK 0.34 0 0.94 0.26
HSL 81.69º 0.88% 0.39% -
HSV(B) 81.69º 0.94% 0.74% -
XYZ 26.72 40.78 6.81 -
YUV 149.69 50.3 110.39 -
System Red Green Blue C M Y K H S L
Decimal 125 189 12 0.34 0 0.94 0.26 81.69 0.88 0.39
Hex 7D BD C 22 0 5E 1A 52 58 27
Octal 175 275 14 42 0 136 32 122 130 47
Binary 1111101 10111101 1100 100010 0 1011110 11010 1010010 1011000 100111

Color Harmonies of #7DBD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBD0C

Black with #7DBD0C

Text Example


Text Example

White with #7DBD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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