#B5E038

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

Shades of Las Palmas #B5E038

Tints of Las Palmas #B5E038

Color information

#B5E038 (or 0xB5E038) is unknown color: approx Las Palmas. HEX triplet: B5, E0 and 38. RGB value is (181,224,56). Sum of RGB (Red+Green+Blue) = 181+224+56=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 224 (87.89% from 255 or 48.59% from 461); Blue value is 56 (22.27% from 255 or 12.15% from 461); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E038 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E038 is #4A1FC7. Grayscale: #C0C0C0. Windows color (decimal): -4857800 or 3727541. OLE color: 3727541.

HSL color Cylindrical-coordinate representation of color #B5E038: hue angle of 75.36º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B5E038 is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB18122456-
CMYK0.1900.750.12
HSL75.36º73.04%54.9%-
HSV(B)75.36º75%87.84%-
XYZ46.4363.4213.54-
YUV191.9951.25120.16-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.26%
GREEN value IS 224 (87.89% from 255) = 48.59%
BLUE value IS 56 (22.27% from 255) = 12.15%
R=39.26%
G=48.59%
B=12.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal181224560.1900.750.1275.3673.0454.9
HexB5E0381304BC4b4937
Octal265340702301131411311167
Binary10110101111000001110001001101001011110010010111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E038; }

 p { color: rgb(181,224,56); }

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

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

 a { background-color: rgb(181,224,56); }

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

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

 span { border-color: rgb(181,224,56); }

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