Html Css Color HEX #BEDD3E Las Palmas

📋 copy color: '#BEDD3E'

red 190 ◦ green 221 ◦ blue 62

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

Shades of Las Palmas #BEDD3E

Tints of Las Palmas #BEDD3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.11%

R = 40.17%
G = 46.72%
B = 13.11%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#BEDD3E (or 0xBEDD3E) is known color: Las Palmas. HEX triplet: BE, DD and 3E. RGB value is (190,221,62). Sum of RGB (Red+Green+Blue) = 190+221+62=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 62 (24.61% from 255 or 13.11% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDD3E is #4122C1. Grayscale: #C2C2C2. Windows color (decimal): -4268738 or 4119998. OLE color: 4119998.

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

Color convert

RGB 190 221 62 -
CMYK 0.14 0 0.72 0.13
HSL 71.7º 0.7% 0.55% -
HSV(B) 71.7º 0.72% 0.87% -
XYZ 47.96 63.01 14.19 -
YUV 193.61 53.73 125.43 -
System Red Green Blue C M Y K H S L
Decimal 190 221 62 0.14 0 0.72 0.13 71.7 0.7 0.55
Hex BE DD 3E E 0 48 D 48 46 37
Octal 276 335 76 16 0 110 15 110 106 67
Binary 10111110 11011101 111110 1110 0 1001000 1101 1001000 1000110 110111

Color Harmonies of #BEDD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDD3E

Black with #BEDD3E

Text Example


Text Example

White with #BEDD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDD3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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