#7FBD0C

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

Shades of Lima #7FBD0C

Tints of Lima #7FBD0C

Color information

#7FBD0C (or 0x7FBD0C) is unknown color: approx Lima. HEX triplet: 7F, BD and 0C. RGB value is (127,189,12). Sum of RGB (Red+Green+Blue) = 127+189+12=328 (43% of max value = 765). Red value is 127 (50% from 255 or 38.72% from 328); Green value is 189 (74.22% from 255 or 57.62% from 328); Blue value is 12 (5.08% from 255 or 3.66% from 328); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBD0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FBD0C is #8042F3. Grayscale: #969696. Windows color (decimal): -8405748 or 834943. OLE color: 834943.

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

Color convert

RGB12718912-
CMYK0.3300.940.26
HSL81.02º88.06%39.41%-
HSV(B)81.02º93.65%74.12%-
XYZ27.0240.936.82-
YUV150.2849.96111.39-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.72%
GREEN value IS 189 (74.22% from 255) = 57.62%
BLUE value IS 12 (5.08% from 255) = 3.66%
R=38.72%
G=57.62%
B=3.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal127189120.3300.940.2681.0288.0639.41
Hex7FBDC2105E1A515827
Octal177275144101363212113047
Binary1111111101111011100100001010111101101010100011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBD0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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