Html Css Color HEX #BDD240 Las Palmas

📋 copy color: '#BDD240'

red 189 ◦ green 210 ◦ blue 64

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

Shades of Las Palmas #BDD240

Tints of Las Palmas #BDD240

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.36%

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

R = 40.82%
G = 45.36%
B = 13.82%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#BDD240 (or 0xBDD240) is known color: Las Palmas. HEX triplet: BD, D2 and 40. RGB value is (189,210,64). Sum of RGB (Red+Green+Blue) = 189+210+64=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 64 (25.39% from 255 or 13.82% from 463); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD240 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD240 is #422DBF. Grayscale: #BBBBBB. Windows color (decimal): -4337088 or 4248253. OLE color: 4248253.

HSL color Cylindrical-coordinate representation of color #BDD240: hue angle of 68.63º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDD240 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 210 64 -
CMYK 0.10 0 0.70 0.18
HSL 68.63º 0.62% 0.54% -
HSV(B) 68.63º 0.7% 0.82% -
XYZ 44.96 57.28 13.54 -
YUV 187.08 58.54 129.37 -
System Red Green Blue C M Y K H S L
Decimal 189 210 64 0.10 0 0.70 0.18 68.63 0.62 0.54
Hex BD D2 40 A 0 46 12 45 3E 36
Octal 275 322 100 12 0 106 22 105 76 66
Binary 10111101 11010010 1000000 1010 0 1000110 10010 1000101 111110 110110

Color Harmonies of #BDD240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD240

Black with #BDD240

Text Example


Text Example

White with #BDD240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD240; }

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

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

background-color css

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

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

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

border-color css

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

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

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