Html Css Color HEX #BDE537 Las Palmas

📋 copy color: '#BDE537'

red 189 ◦ green 229 ◦ blue 55

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

Shades of Las Palmas #BDE537

Tints of Las Palmas #BDE537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 11.63%

R = 39.96%
G = 48.41%
B = 11.63%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.76

 K value IS 0.10

RGB Variations

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

Color information

#BDE537 (or 0xBDE537) is known color: Las Palmas. HEX triplet: BD, E5 and 37. RGB value is (189,229,55). Sum of RGB (Red+Green+Blue) = 189+229+55=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 229 (89.84% from 255 or 48.41% from 473); Blue value is 55 (21.88% from 255 or 11.63% from 473); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE537 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE537 is #421AC8. Grayscale: #C5C5C5. Windows color (decimal): -4332233 or 3663293. OLE color: 3663293.

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

Color convert

RGB 189 229 55 -
CMYK 0.17 0 0.76 0.10
HSL 73.79º 0.77% 0.56% -
HSV(B) 73.79º 0.76% 0.9% -
XYZ 49.7 67.13 13.95 -
YUV 197.2 47.75 122.15 -
System Red Green Blue C M Y K H S L
Decimal 189 229 55 0.17 0 0.76 0.10 73.79 0.77 0.56
Hex BD E5 37 11 0 4C A 4A 4D 38
Octal 275 345 67 21 0 114 12 112 115 70
Binary 10111101 11100101 110111 10001 0 1001100 1010 1001010 1001101 111000

Color Harmonies of #BDE537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE537

Black with #BDE537

Text Example


Text Example

White with #BDE537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE537; }

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

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

background-color css

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

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

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

border-color css

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

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

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