#BEDD34

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

Shades of Las Palmas #BEDD34

Tints of Las Palmas #BEDD34

Color information

#BEDD34 (or 0xBEDD34) is unknown color: approx Las Palmas. HEX triplet: BE, DD and 34. RGB value is (190,221,52). Sum of RGB (Red+Green+Blue) = 190+221+52=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 52 (20.70% from 255 or 11.23% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDD34 is #4122CB. Grayscale: #C1C1C1. Windows color (decimal): -4268748 or 3464638. OLE color: 3464638.

HSL color Cylindrical-coordinate representation of color #BEDD34: hue angle of 71.01º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BEDD34 is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB19022152-
CMYK0.1400.760.13
HSL71.01º71.31%53.53%-
HSV(B)71.01º76.47%86.67%-
XYZ47.7162.9112.88-
YUV192.4648.73126.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.04%
GREEN value IS 221 (86.72% from 255) = 47.73%
BLUE value IS 52 (20.70% from 255) = 11.23%
R=41.04%
G=47.73%
B=11.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal190221520.1400.760.1371.0171.3153.53
HexBEDD34E04CD474736
Octal276335641601141510710766
Binary1011111011011101110100111001001100110110001111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDD34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDD34; }

 p { color: rgb(190,221,52); }

 H1.HeaderClassName
 {
   color: #BEDD34;
 }
 .AnyTagClassName
 {
   color: #BEDD34;
 }
</style>
background-color css

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

 a { background-color: rgb(190,221,52); }

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

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

 span { border-color: rgb(190,221,52); }

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