Html Css Color HEX #BDE530 Las Palmas

📋 copy color: '#BDE530'

red 189 ◦ green 229 ◦ blue 48

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

Shades of Las Palmas #BDE530

Tints of Las Palmas #BDE530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.3%

R = 40.56%
G = 49.14%
B = 10.3%

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

#BDE530 (or 0xBDE530) is known color: Las Palmas. HEX triplet: BD, E5 and 30. RGB value is (189,229,48). Sum of RGB (Red+Green+Blue) = 189+229+48=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 229 (89.84% from 255 or 49.14% from 466); Blue value is 48 (19.14% from 255 or 10.30% from 466); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE530 is #421ACF. Grayscale: #C5C5C5. Windows color (decimal): -4332240 or 3204541. OLE color: 3204541.

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

Color convert

RGB 189 229 48 -
CMYK 0.17 0 0.79 0.10
HSL 73.26º 0.78% 0.54% -
HSV(B) 73.26º 0.79% 0.9% -
XYZ 49.54 67.07 13.13 -
YUV 196.41 44.25 122.72 -
System Red Green Blue C M Y K H S L
Decimal 189 229 48 0.17 0 0.79 0.10 73.26 0.78 0.54
Hex BD E5 30 11 0 4F A 49 4E 36
Octal 275 345 60 21 0 117 12 111 116 66
Binary 10111101 11100101 110000 10001 0 1001111 1010 1001001 1001110 110110

Color Harmonies of #BDE530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE530

Black with #BDE530

Text Example


Text Example

White with #BDE530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE530; }

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

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

background-color css

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

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

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

border-color css

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

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

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