Html Css Color HEX #BEE045 Las Palmas

📋 copy color: '#BEE045'

red 190 ◦ green 224 ◦ blue 69

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

Shades of Las Palmas #BEE045

Tints of Las Palmas #BEE045

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.38%

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

R = 39.34%
G = 46.38%
B = 14.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#BEE045 (or 0xBEE045) is known color: Las Palmas. HEX triplet: BE, E0 and 45. RGB value is (190,224,69). Sum of RGB (Red+Green+Blue) = 190+224+69=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 224 (87.89% from 255 or 46.38% from 483); Blue value is 69 (27.34% from 255 or 14.29% from 483); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE045 is #411FBA. Grayscale: #C4C4C4. Windows color (decimal): -4267963 or 4579518. OLE color: 4579518.

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

Color convert

RGB 190 224 69 -
CMYK 0.15 0 0.69 0.12
HSL 73.16º 0.71% 0.57% -
HSV(B) 73.16º 0.69% 0.88% -
XYZ 48.97 64.69 15.54 -
YUV 196.16 56.24 123.6 -
System Red Green Blue C M Y K H S L
Decimal 190 224 69 0.15 0 0.69 0.12 73.16 0.71 0.57
Hex BE E0 45 F 0 45 C 49 47 39
Octal 276 340 105 17 0 105 14 111 107 71
Binary 10111110 11100000 1000101 1111 0 1000101 1100 1001001 1000111 111001

Color Harmonies of #BEE045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE045

Black with #BEE045

Text Example


Text Example

White with #BEE045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE045; }

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

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

background-color css

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

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

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

border-color css

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

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

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