Html Css Color HEX #BDD744 Las Palmas

📋 copy color: '#BDD744'

red 189 ◦ green 215 ◦ blue 68

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

Shades of Las Palmas #BDD744

Tints of Las Palmas #BDD744

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.55%

 BLUE value IS 68 (26.95% from 255) = 14.41%

R = 40.04%
G = 45.55%
B = 14.41%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#BDD744 (or 0xBDD744) is known color: Las Palmas. HEX triplet: BD, D7 and 44. RGB value is (189,215,68). Sum of RGB (Red+Green+Blue) = 189+215+68=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 215 (84.38% from 255 or 45.55% from 472); Blue value is 68 (26.95% from 255 or 14.41% from 472); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD744 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD744 is #4228BB. Grayscale: #BFBFBF. Windows color (decimal): -4335804 or 4511677. OLE color: 4511677.

HSL color Cylindrical-coordinate representation of color #BDD744: hue angle of 70.61º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDD744 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 215 68 -
CMYK 0.12 0 0.68 0.16
HSL 70.61º 0.65% 0.55% -
HSV(B) 70.61º 0.68% 0.84% -
XYZ 46.33 59.84 14.58 -
YUV 190.47 58.89 126.95 -
System Red Green Blue C M Y K H S L
Decimal 189 215 68 0.12 0 0.68 0.16 70.61 0.65 0.55
Hex BD D7 44 C 0 44 10 47 41 37
Octal 275 327 104 14 0 104 20 107 101 67
Binary 10111101 11010111 1000100 1100 0 1000100 10000 1000111 1000001 110111

Color Harmonies of #BDD744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD744

Black with #BDD744

Text Example


Text Example

White with #BDD744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD744; }

 p { color: rgb(189,215,68); }

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

background-color css

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

 a { background-color: rgb(189,215,68); }

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

border-color css

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

 span { border-color: rgb(189,215,68); }

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