Html Css Color HEX #7DB433 Lima

📋 copy color: '#7DB433'

red 125 ◦ green 180 ◦ blue 51

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

Shades of Lima #7DB433

Tints of Lima #7DB433

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50.56%

 BLUE value IS 51 (20.31% from 255) = 14.33%

R = 35.11%
G = 50.56%
B = 14.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#7DB433 (or 0x7DB433) is known color: Lima. HEX triplet: 7D, B4 and 33. RGB value is (125,180,51). Sum of RGB (Red+Green+Blue) = 125+180+51=356 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.11% from 356); Green value is 180 (70.70% from 255 or 50.56% from 356); Blue value is 51 (20.31% from 255 or 14.33% from 356); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB433 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB433 is #824BCC. Grayscale: #959595. Windows color (decimal): -8539085 or 3388541. OLE color: 3388541.

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

Color convert

RGB 125 180 51 -
CMYK 0.31 0 0.72 0.29
HSL 85.58º 0.56% 0.45% -
HSV(B) 85.58º 0.72% 0.71% -
XYZ 25.38 37.24 8.98 -
YUV 148.85 72.78 110.99 -
System Red Green Blue C M Y K H S L
Decimal 125 180 51 0.31 0 0.72 0.29 85.58 0.56 0.45
Hex 7D B4 33 1F 0 48 1D 56 38 2D
Octal 175 264 63 37 0 110 35 126 70 55
Binary 1111101 10110100 110011 11111 0 1001000 11101 1010110 111000 101101

Color Harmonies of #7DB433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB433

Black with #7DB433

Text Example


Text Example

White with #7DB433

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,180,51); }

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

background-color css

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

 a { background-color: rgb(125,180,51); }

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

border-color css

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

 span { border-color: rgb(125,180,51); }

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