#BDD745

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

Shades of Las Palmas #BDD745

Tints of Las Palmas #BDD745

Color information

#BDD745 (or 0xBDD745) is unknown color: approx Las Palmas. HEX triplet: BD, D7 and 45. RGB value is (189,215,69). Sum of RGB (Red+Green+Blue) = 189+215+69=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 215 (84.38% from 255 or 45.45% from 473); Blue value is 69 (27.34% from 255 or 14.59% from 473); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD745 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD745 is #4228BA. Grayscale: #BFBFBF. Windows color (decimal): -4335803 or 4577213. OLE color: 4577213.

HSL color Cylindrical-coordinate representation of color #BDD745: hue angle of 70.68º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDD745 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB18921569-
CMYK0.1200.680.16
HSL70.68º64.6%55.69%-
HSV(B)70.68º67.91%84.31%-
XYZ46.3659.8514.74-
YUV190.5859.39126.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.96%
GREEN value IS 215 (84.38% from 255) = 45.45%
BLUE value IS 69 (27.34% from 255) = 14.59%
R=39.96%
G=45.45%
B=14.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal189215690.1200.680.1670.6864.655.69
HexBDD745C04410474138
Octal2753271051401042010710170
Binary101111011101011110001011100010001001000010001111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD745; }

 p { color: rgb(189,215,69); }

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

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

 a { background-color: rgb(189,215,69); }

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

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

 span { border-color: rgb(189,215,69); }

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