Html Css Color HEX #BDD541 Las Palmas

📋 copy color: '#BDD541'

red 189 ◦ green 213 ◦ blue 65

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

Shades of Las Palmas #BDD541

Tints of Las Palmas #BDD541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.92%

R = 40.47%
G = 45.61%
B = 13.92%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#BDD541 (or 0xBDD541) is known color: Las Palmas. HEX triplet: BD, D5 and 41. RGB value is (189,213,65). Sum of RGB (Red+Green+Blue) = 189+213+65=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 65 (25.78% from 255 or 13.92% from 467); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD541 is #422ABE. Grayscale: #BDBDBD. Windows color (decimal): -4336319 or 4314557. OLE color: 4314557.

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

Color convert

RGB 189 213 65 -
CMYK 0.11 0 0.69 0.16
HSL 69.73º 0.64% 0.55% -
HSV(B) 69.73º 0.69% 0.84% -
XYZ 45.73 58.79 13.94 -
YUV 188.95 58.05 128.03 -
System Red Green Blue C M Y K H S L
Decimal 189 213 65 0.11 0 0.69 0.16 69.73 0.64 0.55
Hex BD D5 41 B 0 45 10 46 40 37
Octal 275 325 101 13 0 105 20 106 100 67
Binary 10111101 11010101 1000001 1011 0 1000101 10000 1000110 1000000 110111

Color Harmonies of #BDD541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD541

Black with #BDD541

Text Example


Text Example

White with #BDD541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD541; }

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

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

background-color css

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

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

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

border-color css

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

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

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