Html Css Color HEX #BEE242 Las Palmas

📋 copy color: '#BEE242'

red 190 ◦ green 226 ◦ blue 66

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

Shades of Las Palmas #BEE242

Tints of Las Palmas #BEE242

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.89%

 BLUE value IS 66 (26.17% from 255) = 13.69%

R = 39.42%
G = 46.89%
B = 13.69%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#BEE242 (or 0xBEE242) is known color: Las Palmas. HEX triplet: BE, E2 and 42. RGB value is (190,226,66). Sum of RGB (Red+Green+Blue) = 190+226+66=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 226 (88.67% from 255 or 46.89% from 482); Blue value is 66 (26.17% from 255 or 13.69% from 482); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE242 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE242 is #411DBD. Grayscale: #C5C5C5. Windows color (decimal): -4267454 or 4383422. OLE color: 4383422.

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

Color convert

RGB 190 226 66 -
CMYK 0.16 0 0.71 0.11
HSL 73.5º 0.73% 0.57% -
HSV(B) 73.5º 0.71% 0.89% -
XYZ 49.41 65.73 15.24 -
YUV 197 54.07 123.01 -
System Red Green Blue C M Y K H S L
Decimal 190 226 66 0.16 0 0.71 0.11 73.5 0.73 0.57
Hex BE E2 42 10 0 47 B 4A 49 39
Octal 276 342 102 20 0 107 13 112 111 71
Binary 10111110 11100010 1000010 10000 0 1000111 1011 1001010 1001001 111001

Color Harmonies of #BEE242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE242

Black with #BEE242

Text Example


Text Example

White with #BEE242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE242; }

 p { color: rgb(190,226,66); }

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

background-color css

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

 a { background-color: rgb(190,226,66); }

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

border-color css

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

 span { border-color: rgb(190,226,66); }

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