#b2e138

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

Shades of Las Palmas #B2E138

Tints of Las Palmas #B2E138

Color information

#B2E138 (or 0xB2E138) is unknown color: approx Las Palmas. HEX triplet: B2, E1 and 38. RGB value is (178,225,56). Sum of RGB (Red+Green+Blue) = 178+225+56=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 225 (88.28% from 255 or 49.02% from 459); Blue value is 56 (22.27% from 255 or 12.20% from 459); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E138 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2E138 is #4D1EC7. Grayscale: #C0C0C0. Windows color (decimal): -5054152 or 3727794. OLE color: 3727794.

HSL color Cylindrical-coordinate representation of color #B2E138: hue angle of 76.69º degrees, saturation: 0.74, 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 #B2E138 is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB17822556-
CMYK0.2100.750.12
HSL76.69º73.8%55.1%-
HSV(B)76.69º75.11%88.24%-
XYZ4663.613.59-
YUV191.6851.43118.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.78%
GREEN value IS 225 (88.28% from 255) = 49.02%
BLUE value IS 56 (22.27% from 255) = 12.20%
R=38.78%
G=49.02%
B=12.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal178225560.2100.750.1276.6973.855.1
HexB2E1381504BC4d4a37
Octal262341702501131411511267
Binary10110010111000011110001010101001011110010011011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2e138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2e138; }

 p { color: rgb(178,225,56); }

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

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

 a { background-color: rgb(178,225,56); }

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

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

 span { border-color: rgb(178,225,56); }

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