Html Css Color HEX #BEE138 Las Palmas

📋 copy color: '#BEE138'

red 190 ◦ green 225 ◦ blue 56

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

Shades of Las Palmas #BEE138

Tints of Las Palmas #BEE138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.89%

R = 40.34%
G = 47.77%
B = 11.89%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#BEE138 (or 0xBEE138) is known color: Las Palmas. HEX triplet: BE, E1 and 38. RGB value is (190,225,56). Sum of RGB (Red+Green+Blue) = 190+225+56=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 225 (88.28% from 255 or 47.77% from 471); Blue value is 56 (22.27% from 255 or 11.89% from 471); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE138 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE138 is #411EC7. Grayscale: #C3C3C3. Windows color (decimal): -4267720 or 3727806. OLE color: 3727806.

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

Color convert

RGB 190 225 56 -
CMYK 0.16 0 0.75 0.12
HSL 72.43º 0.74% 0.55% -
HSV(B) 72.43º 0.75% 0.88% -
XYZ 48.87 65.08 13.73 -
YUV 195.27 49.4 124.24 -
System Red Green Blue C M Y K H S L
Decimal 190 225 56 0.16 0 0.75 0.12 72.43 0.74 0.55
Hex BE E1 38 10 0 4B C 48 4A 37
Octal 276 341 70 20 0 113 14 110 112 67
Binary 10111110 11100001 111000 10000 0 1001011 1100 1001000 1001010 110111

Color Harmonies of #BEE138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE138

Black with #BEE138

Text Example


Text Example

White with #BEE138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE138; }

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

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

background-color css

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

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

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

border-color css

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

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

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