Html Css Color HEX #7DC432 Lima

📋 copy color: '#7DC432'

red 125 ◦ green 196 ◦ blue 50

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

Shades of Lima #7DC432

Tints of Lima #7DC432

RGB

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

 GREEN value IS 196 (76.95% from 255) = 52.83%

 BLUE value IS 50 (19.92% from 255) = 13.48%

R = 33.69%
G = 52.83%
B = 13.48%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#7DC432 (or 0x7DC432) is known color: Lima. HEX triplet: 7D, C4 and 32. RGB value is (125,196,50). Sum of RGB (Red+Green+Blue) = 125+196+50=371 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.69% from 371); Green value is 196 (76.95% from 255 or 52.83% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 196 - color contains mainly: green. Hex color #7DC432 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC432 is #823BCD. Grayscale: #9E9E9E. Windows color (decimal): -8534990 or 3327101. OLE color: 3327101.

HSL color Cylindrical-coordinate representation of color #7DC432: hue angle of 89.18º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7DC432 is Cyan = 0.36, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 125 196 50 -
CMYK 0.36 0 0.74 0.23
HSL 89.18º 0.59% 0.48% -
HSV(B) 89.18º 0.74% 0.77% -
XYZ 28.77 44.07 10.01 -
YUV 158.13 66.98 104.37 -
System Red Green Blue C M Y K H S L
Decimal 125 196 50 0.36 0 0.74 0.23 89.18 0.59 0.48
Hex 7D C4 32 24 0 4A 17 59 3B 30
Octal 175 304 62 44 0 112 27 131 73 60
Binary 1111101 11000100 110010 100100 0 1001010 10111 1011001 111011 110000

Color Harmonies of #7DC432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC432

Black with #7DC432

Text Example


Text Example

White with #7DC432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,196,50); }

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

background-color css

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

 a { background-color: rgb(125,196,50); }

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

border-color css

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

 span { border-color: rgb(125,196,50); }

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