Html Css Color HEX #BEE141 Las Palmas

📋 copy color: '#BEE141'

red 190 ◦ green 225 ◦ blue 65

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

Shades of Las Palmas #BEE141

Tints of Las Palmas #BEE141

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.88%

 BLUE value IS 65 (25.78% from 255) = 13.54%

R = 39.58%
G = 46.88%
B = 13.54%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#BEE141 (or 0xBEE141) is known color: Las Palmas. HEX triplet: BE, E1 and 41. RGB value is (190,225,65). Sum of RGB (Red+Green+Blue) = 190+225+65=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 225 (88.28% from 255 or 46.88% from 480); Blue value is 65 (25.78% from 255 or 13.54% from 480); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE141 is #411EBE. Grayscale: #C4C4C4. Windows color (decimal): -4267711 or 4317630. OLE color: 4317630.

HSL color Cylindrical-coordinate representation of color #BEE141: hue angle of 73.12º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BEE141 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 225 65 -
CMYK 0.16 0 0.71 0.12
HSL 73.13º 0.73% 0.57% -
HSV(B) 73.13º 0.71% 0.88% -
XYZ 49.11 65.18 14.99 -
YUV 196.3 53.9 123.51 -
System Red Green Blue C M Y K H S L
Decimal 190 225 65 0.16 0 0.71 0.12 73.13 0.73 0.57
Hex BE E1 41 10 0 47 C 49 49 39
Octal 276 341 101 20 0 107 14 111 111 71
Binary 10111110 11100001 1000001 10000 0 1000111 1100 1001001 1001001 111001

Color Harmonies of #BEE141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE141

Black with #BEE141

Text Example


Text Example

White with #BEE141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE141; }

 p { color: rgb(190,225,65); }

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

background-color css

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

 a { background-color: rgb(190,225,65); }

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

border-color css

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

 span { border-color: rgb(190,225,65); }

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