#B5E434

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

Shades of Las Palmas #B5E434

Tints of Las Palmas #B5E434

Color information

#B5E434 (or 0xB5E434) is unknown color: approx Las Palmas. HEX triplet: B5, E4 and 34. RGB value is (181,228,52). Sum of RGB (Red+Green+Blue) = 181+228+52=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 228 (89.45% from 255 or 49.46% from 461); Blue value is 52 (20.70% from 255 or 11.28% from 461); Max value from RGB is 228 - color contains mainly: green. Hex color #B5E434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E434 is #4A1BCB. Grayscale: #C2C2C2. Windows color (decimal): -4856780 or 3466421. OLE color: 3466421.

HSL color Cylindrical-coordinate representation of color #B5E434: hue angle of 76.02º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5E434 is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB18122852-
CMYK0.2100.770.11
HSL76.02º76.52%54.9%-
HSV(B)76.02º77.19%89.41%-
XYZ47.4265.5613.4-
YUV193.8847.93118.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.26%
GREEN value IS 228 (89.45% from 255) = 49.46%
BLUE value IS 52 (20.70% from 255) = 11.28%
R=39.26%
G=49.46%
B=11.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal181228520.2100.770.1176.0276.5254.9
HexB5E4341504DB4c4d37
Octal265344642501151311411567
Binary10110101111001001101001010101001101101110011001001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E434; }

 p { color: rgb(181,228,52); }

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

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

 a { background-color: rgb(181,228,52); }

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

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

 span { border-color: rgb(181,228,52); }

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