#BDDE45

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

Shades of Las Palmas #BDDE45

Tints of Las Palmas #BDDE45

Color information

#BDDE45 (or 0xBDDE45) is unknown color: approx Las Palmas. HEX triplet: BD, DE and 45. RGB value is (189,222,69). Sum of RGB (Red+Green+Blue) = 189+222+69=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 222 (87.11% from 255 or 46.25% from 480); Blue value is 69 (27.34% from 255 or 14.38% from 480); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDE45 is #4221BA. Grayscale: #C3C3C3. Windows color (decimal): -4334011 or 4579005. OLE color: 4579005.

HSL color Cylindrical-coordinate representation of color #BDDE45: hue angle of 72.94º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDDE45 is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB18922269-
CMYK0.1500.690.13
HSL72.94º69.86%57.06%-
HSV(B)72.94º68.92%87.06%-
XYZ48.1863.4915.35-
YUV194.6957.07123.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.38%
GREEN value IS 222 (87.11% from 255) = 46.25%
BLUE value IS 69 (27.34% from 255) = 14.38%
R=39.38%
G=46.25%
B=14.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal189222690.1500.690.1372.9469.8657.06
HexBDDE45F045D494639
Octal2753361051701051511110671
Binary10111101110111101000101111101000101110110010011000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDE45; }

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

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

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

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

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

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

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

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