#B5D83D

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

Shades of Las Palmas #B5D83D

Tints of Las Palmas #B5D83D

Color information

#B5D83D (or 0xB5D83D) is unknown color: approx Las Palmas. HEX triplet: B5, D8 and 3D. RGB value is (181,216,61). Sum of RGB (Red+Green+Blue) = 181+216+61=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 216 (84.77% from 255 or 47.16% from 458); Blue value is 61 (24.22% from 255 or 13.32% from 458); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D83D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D83D is #4A27C2. Grayscale: #BCBCBC. Windows color (decimal): -4859843 or 4053173. OLE color: 4053173.

HSL color Cylindrical-coordinate representation of color #B5D83D: hue angle of 73.55º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B5D83D is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB18121661-
CMYK0.1600.720.15
HSL73.55º66.52%54.31%-
HSV(B)73.55º71.76%84.71%-
XYZ44.4559.2713.51-
YUV187.8656.4123.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.52%
GREEN value IS 216 (84.77% from 255) = 47.16%
BLUE value IS 61 (24.22% from 255) = 13.32%
R=39.52%
G=47.16%
B=13.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal181216610.1600.720.1573.5566.5254.31
HexB5D83D10048F4a4336
Octal265330752001101711210366
Binary10110101110110001111011000001001000111110010101000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D83D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D83D; }

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

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

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

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

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

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

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

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