Html Css Color HEX #BDD540 Las Palmas

📋 copy color: '#BDD540'

red 189 ◦ green 213 ◦ blue 64

#BDD540
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Las Palmas #BDD540

Tints of Las Palmas #BDD540

RGB

 RED value IS 189 (74.22% from 255) = 40.56%

 GREEN value IS 213 (83.59% from 255) = 45.71%

 BLUE value IS 64 (25.39% from 255) = 13.73%

R = 40.56%
G = 45.71%
B = 13.73%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#BDD540 (or 0xBDD540) is known color: Las Palmas. HEX triplet: BD, D5 and 40. RGB value is (189,213,64). Sum of RGB (Red+Green+Blue) = 189+213+64=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 64 (25.39% from 255 or 13.73% from 466); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD540 is #422ABF. Grayscale: #BDBDBD. Windows color (decimal): -4336320 or 4249021. OLE color: 4249021.

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

Color convert

RGB 189 213 64 -
CMYK 0.11 0 0.70 0.16
HSL 69.66º 0.64% 0.54% -
HSV(B) 69.66º 0.7% 0.84% -
XYZ 45.71 58.78 13.79 -
YUV 188.84 57.55 128.12 -
System Red Green Blue C M Y K H S L
Decimal 189 213 64 0.11 0 0.70 0.16 69.66 0.64 0.54
Hex BD D5 40 B 0 46 10 46 40 36
Octal 275 325 100 13 0 106 20 106 100 66
Binary 10111101 11010101 1000000 1011 0 1000110 10000 1000110 1000000 110110

Color Harmonies of #BDD540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD540

Black with #BDD540

Text Example


Text Example

White with #BDD540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD540; }

 p { color: rgb(189,213,64); }

 H1.HeaderClassName
 {
   color: #BDD540;
 }
 .AnyTagClassName
 {
   color: #BDD540;
 }
</style>

background-color css

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

 a { background-color: rgb(189,213,64); }

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

border-color css

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

 span { border-color: rgb(189,213,64); }

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