Html Css Color HEX #BDE536 Las Palmas

📋 copy color: '#BDE536'

red 189 ◦ green 229 ◦ blue 54

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

Shades of Las Palmas #BDE536

Tints of Las Palmas #BDE536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 11.44%

R = 40.04%
G = 48.52%
B = 11.44%

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

#BDE536 (or 0xBDE536) is known color: Las Palmas. HEX triplet: BD, E5 and 36. RGB value is (189,229,54). Sum of RGB (Red+Green+Blue) = 189+229+54=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 229 (89.84% from 255 or 48.52% from 472); Blue value is 54 (21.48% from 255 or 11.44% from 472); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE536 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE536 is #421AC9. Grayscale: #C5C5C5. Windows color (decimal): -4332234 or 3597757. OLE color: 3597757.

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

Color convert

RGB 189 229 54 -
CMYK 0.17 0 0.76 0.10
HSL 73.71º 0.77% 0.55% -
HSV(B) 73.71º 0.76% 0.9% -
XYZ 49.67 67.12 13.83 -
YUV 197.09 47.25 122.23 -
System Red Green Blue C M Y K H S L
Decimal 189 229 54 0.17 0 0.76 0.10 73.71 0.77 0.55
Hex BD E5 36 11 0 4C A 4A 4D 37
Octal 275 345 66 21 0 114 12 112 115 67
Binary 10111101 11100101 110110 10001 0 1001100 1010 1001010 1001101 110111

Color Harmonies of #BDE536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE536

Black with #BDE536

Text Example


Text Example

White with #BDE536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE536; }

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

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

background-color css

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

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

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

border-color css

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

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

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