Html Css Color HEX #7DB938 Lima

📋 copy color: '#7DB938'

red 125 ◦ green 185 ◦ blue 56

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

Shades of Lima #7DB938

Tints of Lima #7DB938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.3%

R = 34.15%
G = 50.55%
B = 15.3%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#7DB938 (or 0x7DB938) is known color: Lima. HEX triplet: 7D, B9 and 38. RGB value is (125,185,56). Sum of RGB (Red+Green+Blue) = 125+185+56=366 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.15% from 366); Green value is 185 (72.66% from 255 or 50.55% from 366); Blue value is 56 (22.27% from 255 or 15.30% from 366); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB938 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB938 is #8246C7. Grayscale: #989898. Windows color (decimal): -8537800 or 3717501. OLE color: 3717501.

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

Color convert

RGB 125 185 56 -
CMYK 0.32 0 0.70 0.27
HSL 87.91º 0.54% 0.47% -
HSV(B) 87.91º 0.7% 0.73% -
XYZ 26.52 39.34 9.94 -
YUV 152.35 73.62 108.49 -
System Red Green Blue C M Y K H S L
Decimal 125 185 56 0.32 0 0.70 0.27 87.91 0.54 0.47
Hex 7D B9 38 20 0 46 1B 58 36 2F
Octal 175 271 70 40 0 106 33 130 66 57
Binary 1111101 10111001 111000 100000 0 1000110 11011 1011000 110110 101111

Color Harmonies of #7DB938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB938

Black with #7DB938

Text Example


Text Example

White with #7DB938

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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