Html Css Color HEX #BEDD37 Las Palmas

📋 copy color: '#BEDD37'

red 190 ◦ green 221 ◦ blue 55

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

Shades of Las Palmas #BEDD37

Tints of Las Palmas #BEDD37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 11.8%

R = 40.77%
G = 47.42%
B = 11.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#BEDD37 (or 0xBEDD37) is known color: Las Palmas. HEX triplet: BE, DD and 37. RGB value is (190,221,55). Sum of RGB (Red+Green+Blue) = 190+221+55=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 55 (21.88% from 255 or 11.80% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDD37 is #4122C8. Grayscale: #C1C1C1. Windows color (decimal): -4268745 or 3661246. OLE color: 3661246.

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

Color convert

RGB 190 221 55 -
CMYK 0.14 0 0.75 0.13
HSL 71.2º 0.71% 0.54% -
HSV(B) 71.2º 0.75% 0.87% -
XYZ 47.78 62.94 13.24 -
YUV 192.81 50.23 126 -
System Red Green Blue C M Y K H S L
Decimal 190 221 55 0.14 0 0.75 0.13 71.2 0.71 0.54
Hex BE DD 37 E 0 4B D 47 47 36
Octal 276 335 67 16 0 113 15 107 107 66
Binary 10111110 11011101 110111 1110 0 1001011 1101 1000111 1000111 110110

Color Harmonies of #BEDD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDD37

Black with #BEDD37

Text Example


Text Example

White with #BEDD37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDD37; }

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

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

background-color css

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

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

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

border-color css

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

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

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