#7FBD36

Color #7FBD36 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7FBD36

Tints of Lima #7FBD36

Color information

#7FBD36 (or 0x7FBD36) is unknown color: approx Lima. HEX triplet: 7F, BD and 36. RGB value is (127,189,54). Sum of RGB (Red+Green+Blue) = 127+189+54=370 (49% of max value = 765). Red value is 127 (50% from 255 or 34.32% from 370); Green value is 189 (74.22% from 255 or 51.08% from 370); Blue value is 54 (21.48% from 255 or 14.59% from 370); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBD36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBD36 is #8042C9. Grayscale: #9B9B9B. Windows color (decimal): -8405706 or 3587455. OLE color: 3587455.

HSL color Cylindrical-coordinate representation of color #7FBD36: hue angle of 87.56º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7FBD36 is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB12718954-
CMYK0.3300.710.26
HSL87.56º55.56%47.65%-
HSV(B)87.56º71.43%74.12%-
XYZ27.6241.179.98-
YUV155.0770.96107.98-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.32%
GREEN value IS 189 (74.22% from 255) = 51.08%
BLUE value IS 54 (21.48% from 255) = 14.59%
R=34.32%
G=51.08%
B=14.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal127189540.3300.710.2687.5655.5647.65
Hex7FBD36210471A583830
Octal17727566410107321307060
Binary11111111011110111011010000101000111110101011000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBD36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,189,54); }

 H1.HeaderClassName
 {
   color: #7FBD36;
 }
 .AnyTagClassName
 {
   color: #7FBD36;
 }
</style>
background-color css

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

 a { background-color: rgb(127,189,54); }

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

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

 span { border-color: rgb(127,189,54); }

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