Html Css Color HEX #BEE12C Fuego

📋 copy color: '#BEE12C'

red 190 ◦ green 225 ◦ blue 44

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

Shades of Fuego #BEE12C

Tints of Fuego #BEE12C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.59%

R = 41.39%
G = 49.02%
B = 9.59%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#BEE12C (or 0xBEE12C) is known color: Fuego. HEX triplet: BE, E1 and 2C. RGB value is (190,225,44). Sum of RGB (Red+Green+Blue) = 190+225+44=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 225 (88.28% from 255 or 49.02% from 459); Blue value is 44 (17.58% from 255 or 9.59% from 459); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE12C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE12C is #411ED3. Grayscale: #C2C2C2. Windows color (decimal): -4267732 or 2941374. OLE color: 2941374.

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

Color convert

RGB 190 225 44 -
CMYK 0.16 0 0.80 0.12
HSL 71.6º 0.75% 0.53% -
HSV(B) 71.6º 0.8% 0.88% -
XYZ 48.62 64.98 12.36 -
YUV 193.9 43.4 125.22 -
System Red Green Blue C M Y K H S L
Decimal 190 225 44 0.16 0 0.80 0.12 71.6 0.75 0.53
Hex BE E1 2C 10 0 50 C 48 4B 35
Octal 276 341 54 20 0 120 14 110 113 65
Binary 10111110 11100001 101100 10000 0 1010000 1100 1001000 1001011 110101

Color Harmonies of #BEE12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE12C

Black with #BEE12C

Text Example


Text Example

White with #BEE12C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE12C; }

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

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

background-color css

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

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

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

border-color css

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

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

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