#7BBD08

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

Shades of Lima #7BBD08

Tints of Lima #7BBD08

Color information

#7BBD08 (or 0x7BBD08) is unknown color: approx Lima. HEX triplet: 7B, BD and 08. RGB value is (123,189,8). Sum of RGB (Red+Green+Blue) = 123+189+8=320 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.44% from 320); Green value is 189 (74.22% from 255 or 59.06% from 320); Blue value is 8 (3.52% from 255 or 2.5% from 320); Max value from RGB is 189 - color contains mainly: green. Hex color #7BBD08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BBD08 is #8442F7. Grayscale: #959595. Windows color (decimal): -8667896 or 572795. OLE color: 572795.

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

Color convert

RGB1231898-
CMYK0.3500.960.26
HSL81.88º91.88%38.63%-
HSV(B)81.88º95.77%74.12%-
XYZ26.4140.626.68-
YUV148.6348.63109.72-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.44%
GREEN value IS 189 (74.22% from 255) = 59.06%
BLUE value IS 8 (3.52% from 255) = 2.5%
R=38.44%
G=59.06%
B=2.5%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal12318980.3500.960.2681.8891.8838.63
Hex7BBD8230601A525c27
Octal173275104301403212213447
Binary1111011101111011000100011011000001101010100101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBD08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,189,8); }

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

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

 a { background-color: rgb(123,189,8); }

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

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

 span { border-color: rgb(123,189,8); }

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