Html Css Color HEX #7DB923 Lima

📋 copy color: '#7DB923'

red 125 ◦ green 185 ◦ blue 35

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

Shades of Lima #7DB923

Tints of Lima #7DB923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.14%

R = 36.23%
G = 53.62%
B = 10.14%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#7DB923 (or 0x7DB923) is known color: Lima. HEX triplet: 7D, B9 and 23. RGB value is (125,185,35). Sum of RGB (Red+Green+Blue) = 125+185+35=345 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.23% from 345); Green value is 185 (72.66% from 255 or 53.62% from 345); Blue value is 35 (14.06% from 255 or 10.14% from 345); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB923 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB923 is #8246DC. Grayscale: #969696. Windows color (decimal): -8537821 or 2341245. OLE color: 2341245.

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

Color convert

RGB 125 185 35 -
CMYK 0.32 0 0.81 0.27
HSL 84º 0.68% 0.43% -
HSV(B) 84º 0.81% 0.73% -
XYZ 26.11 39.18 7.78 -
YUV 149.96 63.12 110.2 -
System Red Green Blue C M Y K H S L
Decimal 125 185 35 0.32 0 0.81 0.27 84 0.68 0.43
Hex 7D B9 23 20 0 51 1B 54 44 2B
Octal 175 271 43 40 0 121 33 124 104 53
Binary 1111101 10111001 100011 100000 0 1010001 11011 1010100 1000100 101011

Color Harmonies of #7DB923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB923

Black with #7DB923

Text Example


Text Example

White with #7DB923

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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