Html Css Color HEX #7DB83B Lima

📋 copy color: '#7DB83B'

red 125 ◦ green 184 ◦ blue 59

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

Shades of Lima #7DB83B

Tints of Lima #7DB83B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.03%

R = 33.97%
G = 50%
B = 16.03%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#7DB83B (or 0x7DB83B) is known color: Lima. HEX triplet: 7D, B8 and 3B. RGB value is (125,184,59). Sum of RGB (Red+Green+Blue) = 125+184+59=368 (48% of max value = 765). Red value is 125 (49.22% from 255 or 33.97% from 368); Green value is 184 (72.27% from 255 or 50% from 368); Blue value is 59 (23.44% from 255 or 16.03% from 368); Max value from RGB is 184 - color contains mainly: green. Hex color #7DB83B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB83B is #8247C4. Grayscale: #989898. Windows color (decimal): -8538053 or 3913853. OLE color: 3913853.

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

Color convert

RGB 125 184 59 -
CMYK 0.32 0 0.68 0.28
HSL 88.32º 0.51% 0.48% -
HSV(B) 88.32º 0.68% 0.72% -
XYZ 26.39 38.96 10.27 -
YUV 152.11 75.45 108.66 -
System Red Green Blue C M Y K H S L
Decimal 125 184 59 0.32 0 0.68 0.28 88.32 0.51 0.48
Hex 7D B8 3B 20 0 44 1C 58 33 30
Octal 175 270 73 40 0 104 34 130 63 60
Binary 1111101 10111000 111011 100000 0 1000100 11100 1011000 110011 110000

Color Harmonies of #7DB83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB83B

Black with #7DB83B

Text Example


Text Example

White with #7DB83B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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