#B4D13E

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

Shades of Las Palmas #B4D13E

Tints of Las Palmas #B4D13E

Color information

#B4D13E (or 0xB4D13E) is unknown color: approx Las Palmas. HEX triplet: B4, D1 and 3E. RGB value is (180,209,62). Sum of RGB (Red+Green+Blue) = 180+209+62=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 209 (82.03% from 255 or 46.34% from 451); Blue value is 62 (24.61% from 255 or 13.75% from 451); Max value from RGB is 209 - color contains mainly: green. Hex color #B4D13E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D13E is #4B2EC1. Grayscale: #B8B8B8. Windows color (decimal): -4927170 or 4116916. OLE color: 4116916.

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

Color convert

RGB18020962-
CMYK0.1400.700.18
HSL71.84º61.51%53.14%-
HSV(B)71.84º70.33%81.96%-
XYZ42.4955.6513.06-
YUV183.5759.39125.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 209 (82.03% from 255) = 46.34%
BLUE value IS 62 (24.61% from 255) = 13.75%
R=39.91%
G=46.34%
B=13.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal180209620.1400.700.1871.8461.5153.14
HexB4D13EE04612483e35
Octal26432176160106221107665
Binary1011010011010001111110111001000110100101001000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D13E; }

 p { color: rgb(180,209,62); }

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

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

 a { background-color: rgb(180,209,62); }

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

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

 span { border-color: rgb(180,209,62); }

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