Html Css Color HEX #7DB926 Lima

📋 copy color: '#7DB926'

red 125 ◦ green 185 ◦ blue 38

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

Shades of Lima #7DB926

Tints of Lima #7DB926

RGB

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

 GREEN value IS 185 (72.66% from 255) = 53.16%

 BLUE value IS 38 (15.23% from 255) = 10.92%

R = 35.92%
G = 53.16%
B = 10.92%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#7DB926 (or 0x7DB926) is known color: Lima. HEX triplet: 7D, B9 and 26. RGB value is (125,185,38). Sum of RGB (Red+Green+Blue) = 125+185+38=348 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.92% from 348); Green value is 185 (72.66% from 255 or 53.16% from 348); Blue value is 38 (15.23% from 255 or 10.92% from 348); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB926 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB926 is #8246D9. Grayscale: #969696. Windows color (decimal): -8537818 or 2537853. OLE color: 2537853.

HSL color Cylindrical-coordinate representation of color #7DB926: hue angle of 84.49º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7DB926 is Cyan = 0.32, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 185 38 -
CMYK 0.32 0 0.79 0.27
HSL 84.49º 0.66% 0.44% -
HSV(B) 84.49º 0.79% 0.73% -
XYZ 26.16 39.2 8.02 -
YUV 150.3 64.62 109.95 -
System Red Green Blue C M Y K H S L
Decimal 125 185 38 0.32 0 0.79 0.27 84.49 0.66 0.44
Hex 7D B9 26 20 0 4F 1B 54 42 2C
Octal 175 271 46 40 0 117 33 124 102 54
Binary 1111101 10111001 100110 100000 0 1001111 11011 1010100 1000010 101100

Color Harmonies of #7DB926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB926

Black with #7DB926

Text Example


Text Example

White with #7DB926

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,185,38); }

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

background-color css

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

 a { background-color: rgb(125,185,38); }

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

border-color css

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

 span { border-color: rgb(125,185,38); }

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