Html Css Color HEX #BDE535 Las Palmas

📋 copy color: '#BDE535'

red 189 ◦ green 229 ◦ blue 53

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

Shades of Las Palmas #BDE535

Tints of Las Palmas #BDE535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.25%

R = 40.13%
G = 48.62%
B = 11.25%

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

#BDE535 (or 0xBDE535) is known color: Las Palmas. HEX triplet: BD, E5 and 35. RGB value is (189,229,53). Sum of RGB (Red+Green+Blue) = 189+229+53=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 229 (89.84% from 255 or 48.62% from 471); Blue value is 53 (21.09% from 255 or 11.25% from 471); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE535 is #421ACA. Grayscale: #C5C5C5. Windows color (decimal): -4332235 or 3532221. OLE color: 3532221.

HSL color Cylindrical-coordinate representation of color #BDE535: hue angle of 73.64º 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 #BDE535 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 229 53 -
CMYK 0.17 0 0.77 0.10
HSL 73.64º 0.77% 0.55% -
HSV(B) 73.64º 0.77% 0.9% -
XYZ 49.65 67.11 13.71 -
YUV 196.98 46.75 122.31 -
System Red Green Blue C M Y K H S L
Decimal 189 229 53 0.17 0 0.77 0.10 73.64 0.77 0.55
Hex BD E5 35 11 0 4D A 4A 4D 37
Octal 275 345 65 21 0 115 12 112 115 67
Binary 10111101 11100101 110101 10001 0 1001101 1010 1001010 1001101 110111

Color Harmonies of #BDE535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE535

Black with #BDE535

Text Example


Text Example

White with #BDE535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE535; }

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

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

background-color css

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

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

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

border-color css

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

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

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