#BDE441

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

Shades of Las Palmas #BDE441

Tints of Las Palmas #BDE441

Color information

#BDE441 (or 0xBDE441) is unknown color: approx Las Palmas. HEX triplet: BD, E4 and 41. RGB value is (189,228,65). Sum of RGB (Red+Green+Blue) = 189+228+65=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 228 (89.45% from 255 or 47.30% from 482); Blue value is 65 (25.78% from 255 or 13.49% from 482); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE441 is #421BBE. Grayscale: #C6C6C6. Windows color (decimal): -4332479 or 4318397. OLE color: 4318397.

HSL color Cylindrical-coordinate representation of color #BDE441: hue angle of 74.36º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BDE441 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB18922865-
CMYK0.1700.710.11
HSL74.36º75.12%57.45%-
HSV(B)74.36º71.49%89.41%-
XYZ49.6866.6915.25-
YUV197.7653.08121.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.21%
GREEN value IS 228 (89.45% from 255) = 47.30%
BLUE value IS 65 (25.78% from 255) = 13.49%
R=39.21%
G=47.30%
B=13.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal189228650.1700.710.1174.3675.1257.45
HexBDE44111047B4a4b39
Octal2753441012101071311211371
Binary101111011110010010000011000101000111101110010101001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE441; }

 p { color: rgb(189,228,65); }

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

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

 a { background-color: rgb(189,228,65); }

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

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

 span { border-color: rgb(189,228,65); }

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