Html Css Color HEX #BEDD36 Las Palmas

📋 copy color: '#BEDD36'

red 190 ◦ green 221 ◦ blue 54

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

Shades of Las Palmas #BEDD36

Tints of Las Palmas #BEDD36

RGB

 RED value IS 190 (74.61% from 255) = 40.86%

 GREEN value IS 221 (86.72% from 255) = 47.53%

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

R = 40.86%
G = 47.53%
B = 11.61%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#BEDD36 (or 0xBEDD36) is known color: Las Palmas. HEX triplet: BE, DD and 36. RGB value is (190,221,54). Sum of RGB (Red+Green+Blue) = 190+221+54=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 54 (21.48% from 255 or 11.61% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDD36 is #4122C9. Grayscale: #C1C1C1. Windows color (decimal): -4268746 or 3595710. OLE color: 3595710.

HSL color Cylindrical-coordinate representation of color #BEDD36: hue angle of 71.14º 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 #BEDD36 is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 221 54 -
CMYK 0.14 0 0.76 0.13
HSL 71.14º 0.71% 0.54% -
HSV(B) 71.14º 0.76% 0.87% -
XYZ 47.76 62.93 13.12 -
YUV 192.69 49.73 126.08 -
System Red Green Blue C M Y K H S L
Decimal 190 221 54 0.14 0 0.76 0.13 71.14 0.71 0.54
Hex BE DD 36 E 0 4C D 47 47 36
Octal 276 335 66 16 0 114 15 107 107 66
Binary 10111110 11011101 110110 1110 0 1001100 1101 1000111 1000111 110110

Color Harmonies of #BEDD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDD36

Black with #BEDD36

Text Example


Text Example

White with #BEDD36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDD36; }

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

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

background-color css

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

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

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

border-color css

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

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

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