Html Css Color HEX #BDE532 Las Palmas

📋 copy color: '#BDE532'

red 189 ◦ green 229 ◦ blue 50

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

Shades of Las Palmas #BDE532

Tints of Las Palmas #BDE532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.68%

R = 40.38%
G = 48.93%
B = 10.68%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#BDE532 (or 0xBDE532) is known color: Las Palmas. HEX triplet: BD, E5 and 32. RGB value is (189,229,50). Sum of RGB (Red+Green+Blue) = 189+229+50=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 229 (89.84% from 255 or 48.93% from 468); Blue value is 50 (19.92% from 255 or 10.68% from 468); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE532 is #421ACD. Grayscale: #C5C5C5. Windows color (decimal): -4332238 or 3335613. OLE color: 3335613.

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

Color convert

RGB 189 229 50 -
CMYK 0.17 0 0.78 0.10
HSL 73.41º 0.77% 0.55% -
HSV(B) 73.41º 0.78% 0.9% -
XYZ 49.58 67.09 13.35 -
YUV 196.63 45.25 122.55 -
System Red Green Blue C M Y K H S L
Decimal 189 229 50 0.17 0 0.78 0.10 73.41 0.77 0.55
Hex BD E5 32 11 0 4E A 49 4D 37
Octal 275 345 62 21 0 116 12 111 115 67
Binary 10111101 11100101 110010 10001 0 1001110 1010 1001001 1001101 110111

Color Harmonies of #BDE532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE532

Black with #BDE532

Text Example


Text Example

White with #BDE532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE532; }

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

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

background-color css

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

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

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

border-color css

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

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

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