Html Css Color HEX #BDE531 Las Palmas

📋 copy color: '#BDE531'

red 189 ◦ green 229 ◦ blue 49

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

Shades of Las Palmas #BDE531

Tints of Las Palmas #BDE531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.49%

R = 40.47%
G = 49.04%
B = 10.49%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#BDE531 (or 0xBDE531) is known color: Las Palmas. HEX triplet: BD, E5 and 31. RGB value is (189,229,49). Sum of RGB (Red+Green+Blue) = 189+229+49=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 229 (89.84% from 255 or 49.04% from 467); Blue value is 49 (19.53% from 255 or 10.49% from 467); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE531 is #421ACE. Grayscale: #C5C5C5. Windows color (decimal): -4332239 or 3270077. OLE color: 3270077.

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

Color convert

RGB 189 229 49 -
CMYK 0.17 0 0.79 0.10
HSL 73.33º 0.78% 0.55% -
HSV(B) 73.33º 0.79% 0.9% -
XYZ 49.56 67.08 13.24 -
YUV 196.52 44.75 122.64 -
System Red Green Blue C M Y K H S L
Decimal 189 229 49 0.17 0 0.79 0.10 73.33 0.78 0.55
Hex BD E5 31 11 0 4F A 49 4E 37
Octal 275 345 61 21 0 117 12 111 116 67
Binary 10111101 11100101 110001 10001 0 1001111 1010 1001001 1001110 110111

Color Harmonies of #BDE531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE531

Black with #BDE531

Text Example


Text Example

White with #BDE531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE531; }

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

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

background-color css

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

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

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

border-color css

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

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

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