Html Css Color HEX #BDE033 Las Palmas

📋 copy color: '#BDE033'

red 189 ◦ green 224 ◦ blue 51

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

Shades of Las Palmas #BDE033

Tints of Las Palmas #BDE033

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.28%

 BLUE value IS 51 (20.31% from 255) = 10.99%

R = 40.73%
G = 48.28%
B = 10.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#BDE033 (or 0xBDE033) is known color: Las Palmas. HEX triplet: BD, E0 and 33. RGB value is (189,224,51). Sum of RGB (Red+Green+Blue) = 189+224+51=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 224 (87.89% from 255 or 48.28% from 464); Blue value is 51 (20.31% from 255 or 10.99% from 464); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE033 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE033 is #421FCC. Grayscale: #C2C2C2. Windows color (decimal): -4333517 or 3399869. OLE color: 3399869.

HSL color Cylindrical-coordinate representation of color #BDE033: hue angle of 72.14º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDE033 is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 224 51 -
CMYK 0.16 0 0.77 0.12
HSL 72.14º 0.74% 0.54% -
HSV(B) 72.14º 0.77% 0.88% -
XYZ 48.24 64.37 13.01 -
YUV 193.81 47.4 124.57 -
System Red Green Blue C M Y K H S L
Decimal 189 224 51 0.16 0 0.77 0.12 72.14 0.74 0.54
Hex BD E0 33 10 0 4D C 48 4A 36
Octal 275 340 63 20 0 115 14 110 112 66
Binary 10111101 11100000 110011 10000 0 1001101 1100 1001000 1001010 110110

Color Harmonies of #BDE033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE033

Black with #BDE033

Text Example


Text Example

White with #BDE033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE033; }

 p { color: rgb(189,224,51); }

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

background-color css

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

 a { background-color: rgb(189,224,51); }

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

border-color css

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

 span { border-color: rgb(189,224,51); }

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