Html Css Color HEX #BEE144 Las Palmas

📋 copy color: '#BEE144'

red 190 ◦ green 225 ◦ blue 68

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

Shades of Las Palmas #BEE144

Tints of Las Palmas #BEE144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.08%

R = 39.34%
G = 46.58%
B = 14.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#BEE144 (or 0xBEE144) is known color: Las Palmas. HEX triplet: BE, E1 and 44. RGB value is (190,225,68). Sum of RGB (Red+Green+Blue) = 190+225+68=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 225 (88.28% from 255 or 46.58% from 483); Blue value is 68 (26.95% from 255 or 14.08% from 483); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE144 is #411EBB. Grayscale: #C5C5C5. Windows color (decimal): -4267708 or 4514238. OLE color: 4514238.

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

Color convert

RGB 190 225 68 -
CMYK 0.16 0 0.70 0.12
HSL 73.38º 0.72% 0.57% -
HSV(B) 73.38º 0.7% 0.88% -
XYZ 49.2 65.21 15.46 -
YUV 196.64 55.4 123.27 -
System Red Green Blue C M Y K H S L
Decimal 190 225 68 0.16 0 0.70 0.12 73.38 0.72 0.57
Hex BE E1 44 10 0 46 C 49 48 39
Octal 276 341 104 20 0 106 14 111 110 71
Binary 10111110 11100001 1000100 10000 0 1000110 1100 1001001 1001000 111001

Color Harmonies of #BEE144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE144

Black with #BEE144

Text Example


Text Example

White with #BEE144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE144; }

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

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

background-color css

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

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

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

border-color css

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

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

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