#B7D640

Color #B7D640 Las Palmas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Las Palmas #B7D640

Tints of Las Palmas #B7D640

Color information

#B7D640 (or 0xB7D640) is unknown color: approx Las Palmas. HEX triplet: B7, D6 and 40. RGB value is (183,214,64). Sum of RGB (Red+Green+Blue) = 183+214+64=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 214 (83.98% from 255 or 46.42% from 461); Blue value is 64 (25.39% from 255 or 13.88% from 461); Max value from RGB is 214 - color contains mainly: green. Hex color #B7D640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D640 is #4829BF. Grayscale: #BCBCBC. Windows color (decimal): -4729280 or 4249271. OLE color: 4249271.

HSL color Cylindrical-coordinate representation of color #B7D640: hue angle of 72.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B7D640 is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB18321464-
CMYK0.1400.700.16
HSL72.4º64.66%54.51%-
HSV(B)72.4º70.09%83.92%-
XYZ44.558.5313.8-
YUV187.6358.23124.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.70%
GREEN value IS 214 (83.98% from 255) = 46.42%
BLUE value IS 64 (25.39% from 255) = 13.88%
R=39.70%
G=46.42%
B=13.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal183214640.1400.700.1672.464.6654.51
HexB7D640E04610484137
Octal2673261001601062011010167
Binary101101111101011010000001110010001101000010010001000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D640; }

 p { color: rgb(183,214,64); }

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

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

 a { background-color: rgb(183,214,64); }

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

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

 span { border-color: rgb(183,214,64); }

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