#BDE243

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

Shades of Las Palmas #BDE243

Tints of Las Palmas #BDE243

Color information

#BDE243 (or 0xBDE243) is unknown color: approx Las Palmas. HEX triplet: BD, E2 and 43. RGB value is (189,226,67). Sum of RGB (Red+Green+Blue) = 189+226+67=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 226 (88.67% from 255 or 46.89% from 482); Blue value is 67 (26.56% from 255 or 13.90% from 482); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE243 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE243 is #421DBC. Grayscale: #C5C5C5. Windows color (decimal): -4332989 or 4448957. OLE color: 4448957.

HSL color Cylindrical-coordinate representation of color #BDE243: hue angle of 73.96º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDE243 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB18922667-
CMYK0.1600.700.11
HSL73.96º73.27%57.45%-
HSV(B)73.96º70.35%88.63%-
XYZ49.265.6215.38-
YUV196.8154.74122.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.21%
GREEN value IS 226 (88.67% from 255) = 46.89%
BLUE value IS 67 (26.56% from 255) = 13.90%
R=39.21%
G=46.89%
B=13.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal189226670.1600.700.1173.9673.2757.45
HexBDE24310046B4a4939
Octal2753421032001061311211171
Binary101111011110001010000111000001000110101110010101001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE243; }

 p { color: rgb(189,226,67); }

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

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

 a { background-color: rgb(189,226,67); }

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

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

 span { border-color: rgb(189,226,67); }

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