Html Css Color HEX #BEE13A Las Palmas

📋 copy color: '#BEE13A'

red 190 ◦ green 225 ◦ blue 58

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

Shades of Las Palmas #BEE13A

Tints of Las Palmas #BEE13A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.26%

R = 40.17%
G = 47.57%
B = 12.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#BEE13A (or 0xBEE13A) is known color: Las Palmas. HEX triplet: BE, E1 and 3A. RGB value is (190,225,58). Sum of RGB (Red+Green+Blue) = 190+225+58=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 225 (88.28% from 255 or 47.57% from 473); Blue value is 58 (23.05% from 255 or 12.26% from 473); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE13A is #411EC5. Grayscale: #C4C4C4. Windows color (decimal): -4267718 or 3858878. OLE color: 3858878.

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

Color convert

RGB 190 225 58 -
CMYK 0.16 0 0.74 0.12
HSL 72.57º 0.74% 0.55% -
HSV(B) 72.57º 0.74% 0.88% -
XYZ 48.92 65.1 13.99 -
YUV 195.5 50.4 124.08 -
System Red Green Blue C M Y K H S L
Decimal 190 225 58 0.16 0 0.74 0.12 72.57 0.74 0.55
Hex BE E1 3A 10 0 4A C 49 4A 37
Octal 276 341 72 20 0 112 14 111 112 67
Binary 10111110 11100001 111010 10000 0 1001010 1100 1001001 1001010 110111

Color Harmonies of #BEE13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE13A

Black with #BEE13A

Text Example


Text Example

White with #BEE13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE13A; }

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

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

background-color css

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

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

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

border-color css

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

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

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