Html Css Color HEX #7DB936 Lima

📋 copy color: '#7DB936'

red 125 ◦ green 185 ◦ blue 54

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

Shades of Lima #7DB936

Tints of Lima #7DB936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.84%

R = 34.34%
G = 50.82%
B = 14.84%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#7DB936 (or 0x7DB936) is known color: Lima. HEX triplet: 7D, B9 and 36. RGB value is (125,185,54). Sum of RGB (Red+Green+Blue) = 125+185+54=364 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.34% from 364); Green value is 185 (72.66% from 255 or 50.82% from 364); Blue value is 54 (21.48% from 255 or 14.84% from 364); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB936 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB936 is #8246C9. Grayscale: #989898. Windows color (decimal): -8537802 or 3586429. OLE color: 3586429.

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

Color convert

RGB 125 185 54 -
CMYK 0.32 0 0.71 0.27
HSL 87.48º 0.55% 0.47% -
HSV(B) 87.48º 0.71% 0.73% -
XYZ 26.47 39.32 9.69 -
YUV 152.13 72.62 108.65 -
System Red Green Blue C M Y K H S L
Decimal 125 185 54 0.32 0 0.71 0.27 87.48 0.55 0.47
Hex 7D B9 36 20 0 47 1B 57 37 2F
Octal 175 271 66 40 0 107 33 127 67 57
Binary 1111101 10111001 110110 100000 0 1000111 11011 1010111 110111 101111

Color Harmonies of #7DB936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB936

Black with #7DB936

Text Example


Text Example

White with #7DB936

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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