Html Css Color HEX #BEE145 Las Palmas

📋 copy color: '#BEE145'

red 190 ◦ green 225 ◦ blue 69

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

Shades of Las Palmas #BEE145

Tints of Las Palmas #BEE145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.26%

R = 39.26%
G = 46.49%
B = 14.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#BEE145 (or 0xBEE145) is known color: Las Palmas. HEX triplet: BE, E1 and 45. RGB value is (190,225,69). Sum of RGB (Red+Green+Blue) = 190+225+69=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 225 (88.28% from 255 or 46.49% from 484); Blue value is 69 (27.34% from 255 or 14.26% from 484); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE145 is #411EBA. Grayscale: #C5C5C5. Windows color (decimal): -4267707 or 4579774. OLE color: 4579774.

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

Color convert

RGB 190 225 69 -
CMYK 0.16 0 0.69 0.12
HSL 73.46º 0.72% 0.58% -
HSV(B) 73.46º 0.69% 0.88% -
XYZ 49.23 65.23 15.63 -
YUV 196.75 55.9 123.18 -
System Red Green Blue C M Y K H S L
Decimal 190 225 69 0.16 0 0.69 0.12 73.46 0.72 0.58
Hex BE E1 45 10 0 45 C 49 48 3A
Octal 276 341 105 20 0 105 14 111 110 72
Binary 10111110 11100001 1000101 10000 0 1000101 1100 1001001 1001000 111010

Color Harmonies of #BEE145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE145

Black with #BEE145

Text Example


Text Example

White with #BEE145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE145; }

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

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

background-color css

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

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

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

border-color css

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

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

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