Html Css Color HEX #BDE541 Las Palmas

📋 copy color: '#BDE541'

red 189 ◦ green 229 ◦ blue 65

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

Shades of Las Palmas #BDE541

Tints of Las Palmas #BDE541

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.41%

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

R = 39.13%
G = 47.41%
B = 13.46%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#BDE541 (or 0xBDE541) is known color: Las Palmas. HEX triplet: BD, E5 and 41. RGB value is (189,229,65). Sum of RGB (Red+Green+Blue) = 189+229+65=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 229 (89.84% from 255 or 47.41% from 483); Blue value is 65 (25.78% from 255 or 13.46% from 483); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE541 is #421ABE. Grayscale: #C6C6C6. Windows color (decimal): -4332223 or 4318653. OLE color: 4318653.

HSL color Cylindrical-coordinate representation of color #BDE541: hue angle of 74.63º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BDE541 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 229 65 -
CMYK 0.17 0 0.72 0.10
HSL 74.63º 0.76% 0.58% -
HSV(B) 74.63º 0.72% 0.9% -
XYZ 49.96 67.24 15.35 -
YUV 198.34 52.75 121.34 -
System Red Green Blue C M Y K H S L
Decimal 189 229 65 0.17 0 0.72 0.10 74.63 0.76 0.58
Hex BD E5 41 11 0 48 A 4B 4C 3A
Octal 275 345 101 21 0 110 12 113 114 72
Binary 10111101 11100101 1000001 10001 0 1001000 1010 1001011 1001100 111010

Color Harmonies of #BDE541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE541

Black with #BDE541

Text Example


Text Example

White with #BDE541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE541; }

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

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

background-color css

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

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

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

border-color css

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

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

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