Html Css Color HEX #7FB528 Lima

📋 copy color: '#7FB528'

red 127 ◦ green 181 ◦ blue 40

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

Shades of Lima #7FB528

Tints of Lima #7FB528

RGB

 RED value IS 127 (50% from 255) = 36.49%

 GREEN value IS 181 (71.09% from 255) = 52.01%

 BLUE value IS 40 (16.02% from 255) = 11.49%

R = 36.49%
G = 52.01%
B = 11.49%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#7FB528 (or 0x7FB528) is known color: Lima. HEX triplet: 7F, B5 and 28. RGB value is (127,181,40). Sum of RGB (Red+Green+Blue) = 127+181+40=348 (46% of max value = 765). Red value is 127 (50% from 255 or 36.49% from 348); Green value is 181 (71.09% from 255 or 52.01% from 348); Blue value is 40 (16.02% from 255 or 11.49% from 348); Max value from RGB is 181 - color contains mainly: green. Hex color #7FB528 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB528 is #804AD7. Grayscale: #959595. Windows color (decimal): -8407768 or 2667903. OLE color: 2667903.

HSL color Cylindrical-coordinate representation of color #7FB528: hue angle of 82.98º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7FB528 is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 127 181 40 -
CMYK 0.30 0 0.78 0.29
HSL 82.98º 0.64% 0.43% -
HSV(B) 82.98º 0.78% 0.71% -
XYZ 25.66 37.71 7.93 -
YUV 148.78 66.61 112.46 -
System Red Green Blue C M Y K H S L
Decimal 127 181 40 0.30 0 0.78 0.29 82.98 0.64 0.43
Hex 7F B5 28 1E 0 4E 1D 53 40 2B
Octal 177 265 50 36 0 116 35 123 100 53
Binary 1111111 10110101 101000 11110 0 1001110 11101 1010011 1000000 101011

Color Harmonies of #7FB528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB528

Black with #7FB528

Text Example


Text Example

White with #7FB528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,181,40); }

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

background-color css

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

 a { background-color: rgb(127,181,40); }

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

border-color css

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

 span { border-color: rgb(127,181,40); }

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