#B5D13D

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

Shades of Las Palmas #B5D13D

Tints of Las Palmas #B5D13D

Color information

#B5D13D (or 0xB5D13D) is unknown color: approx Las Palmas. HEX triplet: B5, D1 and 3D. RGB value is (181,209,61). Sum of RGB (Red+Green+Blue) = 181+209+61=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 209 (82.03% from 255 or 46.34% from 451); Blue value is 61 (24.22% from 255 or 13.53% from 451); Max value from RGB is 209 - color contains mainly: green. Hex color #B5D13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D13D is #4A2EC2. Grayscale: #B8B8B8. Windows color (decimal): -4861635 or 4051381. OLE color: 4051381.

HSL color Cylindrical-coordinate representation of color #B5D13D: hue angle of 71.35º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B5D13D is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB18120961-
CMYK0.1300.710.18
HSL71.35º61.67%52.94%-
HSV(B)71.35º70.81%81.96%-
XYZ42.755.7612.93-
YUV183.7658.72126.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.13%
GREEN value IS 209 (82.03% from 255) = 46.34%
BLUE value IS 61 (24.22% from 255) = 13.53%
R=40.13%
G=46.34%
B=13.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal181209610.1300.710.1871.3561.6752.94
HexB5D13DD04712473e35
Octal26532175150107221077665
Binary1011010111010001111101110101000111100101000111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D13D; }

 p { color: rgb(181,209,61); }

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

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

 a { background-color: rgb(181,209,61); }

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

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

 span { border-color: rgb(181,209,61); }

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