Html Css Color HEX #7DB622 Lima

📋 copy color: '#7DB622'

red 125 ◦ green 182 ◦ blue 34

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

Shades of Lima #7DB622

Tints of Lima #7DB622

RGB

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

 GREEN value IS 182 (71.48% from 255) = 53.37%

 BLUE value IS 34 (13.67% from 255) = 9.97%

R = 36.66%
G = 53.37%
B = 9.97%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#7DB622 (or 0x7DB622) is known color: Lima. HEX triplet: 7D, B6 and 22. RGB value is (125,182,34). Sum of RGB (Red+Green+Blue) = 125+182+34=341 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.66% from 341); Green value is 182 (71.48% from 255 or 53.37% from 341); Blue value is 34 (13.67% from 255 or 9.97% from 341); Max value from RGB is 182 - color contains mainly: green. Hex color #7DB622 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB622 is #8249DD. Grayscale: #949494. Windows color (decimal): -8538590 or 2274941. OLE color: 2274941.

HSL color Cylindrical-coordinate representation of color #7DB622: hue angle of 83.11º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7DB622 is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 125 182 34 -
CMYK 0.31 0 0.81 0.29
HSL 83.11º 0.69% 0.42% -
HSV(B) 83.11º 0.81% 0.71% -
XYZ 25.47 37.93 7.49 -
YUV 148.09 63.62 111.53 -
System Red Green Blue C M Y K H S L
Decimal 125 182 34 0.31 0 0.81 0.29 83.11 0.69 0.42
Hex 7D B6 22 1F 0 51 1D 53 45 2A
Octal 175 266 42 37 0 121 35 123 105 52
Binary 1111101 10110110 100010 11111 0 1010001 11101 1010011 1000101 101010

Color Harmonies of #7DB622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB622

Black with #7DB622

Text Example


Text Example

White with #7DB622

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,182,34); }

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

background-color css

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

 a { background-color: rgb(125,182,34); }

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

border-color css

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

 span { border-color: rgb(125,182,34); }

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