Html Css Color HEX #BDDD40 Las Palmas

📋 copy color: '#BDDD40'

red 189 ◦ green 221 ◦ blue 64

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

Shades of Las Palmas #BDDD40

Tints of Las Palmas #BDDD40

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.62%

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

R = 39.87%
G = 46.62%
B = 13.5%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#BDDD40 (or 0xBDDD40) is known color: Las Palmas. HEX triplet: BD, DD and 40. RGB value is (189,221,64). Sum of RGB (Red+Green+Blue) = 189+221+64=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 64 (25.39% from 255 or 13.50% from 474); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDD40 is #4222BF. Grayscale: #C2C2C2. Windows color (decimal): -4334272 or 4251069. OLE color: 4251069.

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

Color convert

RGB 189 221 64 -
CMYK 0.14 0 0.71 0.13
HSL 72.23º 0.7% 0.56% -
HSV(B) 72.23º 0.71% 0.87% -
XYZ 47.77 62.9 14.47 -
YUV 193.53 54.9 124.77 -
System Red Green Blue C M Y K H S L
Decimal 189 221 64 0.14 0 0.71 0.13 72.23 0.7 0.56
Hex BD DD 40 E 0 47 D 48 46 38
Octal 275 335 100 16 0 107 15 110 106 70
Binary 10111101 11011101 1000000 1110 0 1000111 1101 1001000 1000110 111000

Color Harmonies of #BDDD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDD40

Black with #BDDD40

Text Example


Text Example

White with #BDDD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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