Html Css Color HEX #BDD547 Las Palmas

📋 copy color: '#BDD547'

red 189 ◦ green 213 ◦ blue 71

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

Shades of Las Palmas #BDD547

Tints of Las Palmas #BDD547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.01%

R = 39.96%
G = 45.03%
B = 15.01%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#BDD547 (or 0xBDD547) is known color: Las Palmas. HEX triplet: BD, D5 and 47. RGB value is (189,213,71). Sum of RGB (Red+Green+Blue) = 189+213+71=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 71 (28.12% from 255 or 15.01% from 473); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD547 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD547 is #422AB8. Grayscale: #BEBEBE. Windows color (decimal): -4336313 or 4707773. OLE color: 4707773.

HSL color Cylindrical-coordinate representation of color #BDD547: hue angle of 70.14º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDD547 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 213 71 -
CMYK 0.11 0 0.67 0.16
HSL 70.14º 0.63% 0.56% -
HSV(B) 70.14º 0.67% 0.84% -
XYZ 45.92 58.86 14.9 -
YUV 189.64 61.05 127.55 -
System Red Green Blue C M Y K H S L
Decimal 189 213 71 0.11 0 0.67 0.16 70.14 0.63 0.56
Hex BD D5 47 B 0 43 10 46 3F 38
Octal 275 325 107 13 0 103 20 106 77 70
Binary 10111101 11010101 1000111 1011 0 1000011 10000 1000110 111111 111000

Color Harmonies of #BDD547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD547

Black with #BDD547

Text Example


Text Example

White with #BDD547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD547; }

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

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

background-color css

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

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

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

border-color css

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

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

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