Html Css Color HEX #BDE534 Las Palmas

📋 copy color: '#BDE534'

red 189 ◦ green 229 ◦ blue 52

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

Shades of Las Palmas #BDE534

Tints of Las Palmas #BDE534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.06%

R = 40.21%
G = 48.72%
B = 11.06%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#BDE534 (or 0xBDE534) is known color: Las Palmas. HEX triplet: BD, E5 and 34. RGB value is (189,229,52). Sum of RGB (Red+Green+Blue) = 189+229+52=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 229 (89.84% from 255 or 48.72% from 470); Blue value is 52 (20.70% from 255 or 11.06% from 470); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE534 is #421ACB. Grayscale: #C5C5C5. Windows color (decimal): -4332236 or 3466685. OLE color: 3466685.

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

Color convert

RGB 189 229 52 -
CMYK 0.17 0 0.77 0.10
HSL 73.56º 0.77% 0.55% -
HSV(B) 73.56º 0.77% 0.9% -
XYZ 49.63 67.11 13.59 -
YUV 196.86 46.25 122.39 -
System Red Green Blue C M Y K H S L
Decimal 189 229 52 0.17 0 0.77 0.10 73.56 0.77 0.55
Hex BD E5 34 11 0 4D A 4A 4D 37
Octal 275 345 64 21 0 115 12 112 115 67
Binary 10111101 11100101 110100 10001 0 1001101 1010 1001010 1001101 110111

Color Harmonies of #BDE534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE534

Black with #BDE534

Text Example


Text Example

White with #BDE534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE534; }

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

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

background-color css

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

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

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

border-color css

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

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

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