Html Css Color HEX #7DB826 Lima

📋 copy color: '#7DB826'

red 125 ◦ green 184 ◦ blue 38

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

Shades of Lima #7DB826

Tints of Lima #7DB826

RGB

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

 GREEN value IS 184 (72.27% from 255) = 53.03%

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

R = 36.02%
G = 53.03%
B = 10.95%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#7DB826 (or 0x7DB826) is known color: Lima. HEX triplet: 7D, B8 and 26. RGB value is (125,184,38). Sum of RGB (Red+Green+Blue) = 125+184+38=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 184 (72.27% from 255 or 53.03% from 347); Blue value is 38 (15.23% from 255 or 10.95% from 347); Max value from RGB is 184 - color contains mainly: green. Hex color #7DB826 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB826 is #8247D9. Grayscale: #969696. Windows color (decimal): -8538074 or 2537597. OLE color: 2537597.

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

Color convert

RGB 125 184 38 -
CMYK 0.32 0 0.79 0.28
HSL 84.25º 0.66% 0.44% -
HSV(B) 84.25º 0.79% 0.72% -
XYZ 25.95 38.78 7.95 -
YUV 149.72 64.95 110.37 -
System Red Green Blue C M Y K H S L
Decimal 125 184 38 0.32 0 0.79 0.28 84.25 0.66 0.44
Hex 7D B8 26 20 0 4F 1C 54 42 2C
Octal 175 270 46 40 0 117 34 124 102 54
Binary 1111101 10111000 100110 100000 0 1001111 11100 1010100 1000010 101100

Color Harmonies of #7DB826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB826

Black with #7DB826

Text Example


Text Example

White with #7DB826

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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