Html Css Color HEX #BDD247 Las Palmas

📋 copy color: '#BDD247'

red 189 ◦ green 210 ◦ blue 71

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

Shades of Las Palmas #BDD247

Tints of Las Palmas #BDD247

RGB

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

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

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

R = 40.21%
G = 44.68%
B = 15.11%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#BDD247 (or 0xBDD247) is known color: Las Palmas. HEX triplet: BD, D2 and 47. RGB value is (189,210,71). Sum of RGB (Red+Green+Blue) = 189+210+71=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 71 (28.12% from 255 or 15.11% from 470); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD247 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD247 is #422DB8. Grayscale: #BCBCBC. Windows color (decimal): -4337081 or 4707005. OLE color: 4707005.

HSL color Cylindrical-coordinate representation of color #BDD247: hue angle of 69.06º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDD247 is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 210 71 -
CMYK 0.10 0 0.66 0.18
HSL 69.06º 0.61% 0.55% -
HSV(B) 69.06º 0.66% 0.82% -
XYZ 45.17 57.37 14.65 -
YUV 187.88 62.04 128.8 -
System Red Green Blue C M Y K H S L
Decimal 189 210 71 0.10 0 0.66 0.18 69.06 0.61 0.55
Hex BD D2 47 A 0 42 12 45 3D 37
Octal 275 322 107 12 0 102 22 105 75 67
Binary 10111101 11010010 1000111 1010 0 1000010 10010 1000101 111101 110111

Color Harmonies of #BDD247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD247

Black with #BDD247

Text Example


Text Example

White with #BDD247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD247; }

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

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

background-color css

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

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

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

border-color css

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

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

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