#BDE033

Color #BDE033 Las Palmas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Las Palmas #BDE033

Tints of Las Palmas #BDE033

Color information

#BDE033 (or 0xBDE033) is unknown color: approx 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

RGB18922451-
CMYK0.1600.770.12
HSL72.14º73.62%53.92%-
HSV(B)72.14º77.23%87.84%-
XYZ48.2464.3713.01-
YUV193.8147.4124.57-

RGB Variations

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

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 (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal189224510.1600.770.1272.1473.6253.92
HexBDE0331004DC484a36
Octal275340632001151411011266
Binary10111101111000001100111000001001101110010010001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>