Html Css Color HEX #BDD445 Las Palmas

📋 copy color: '#BDD445'

red 189 ◦ green 212 ◦ blue 69

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

Shades of Las Palmas #BDD445

Tints of Las Palmas #BDD445

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.11%

 BLUE value IS 69 (27.34% from 255) = 14.68%

R = 40.21%
G = 45.11%
B = 14.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#BDD445 (or 0xBDD445) is known color: Las Palmas. HEX triplet: BD, D4 and 45. RGB value is (189,212,69). Sum of RGB (Red+Green+Blue) = 189+212+69=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 212 (83.20% from 255 or 45.11% from 470); Blue value is 69 (27.34% from 255 or 14.68% from 470); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD445 is #422BBA. Grayscale: #BDBDBD. Windows color (decimal): -4336571 or 4576445. OLE color: 4576445.

HSL color Cylindrical-coordinate representation of color #BDD445: hue angle of 69.65º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDD445 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 212 69 -
CMYK 0.11 0 0.67 0.17
HSL 69.65º 0.62% 0.55% -
HSV(B) 69.65º 0.67% 0.83% -
XYZ 45.6 58.34 14.49 -
YUV 188.82 60.38 128.13 -
System Red Green Blue C M Y K H S L
Decimal 189 212 69 0.11 0 0.67 0.17 69.65 0.62 0.55
Hex BD D4 45 B 0 43 11 46 3E 37
Octal 275 324 105 13 0 103 21 106 76 67
Binary 10111101 11010100 1000101 1011 0 1000011 10001 1000110 111110 110111

Color Harmonies of #BDD445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD445

Black with #BDD445

Text Example


Text Example

White with #BDD445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD445; }

 p { color: rgb(189,212,69); }

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

background-color css

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

 a { background-color: rgb(189,212,69); }

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

border-color css

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

 span { border-color: rgb(189,212,69); }

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