Html Css Color HEX #BEE02D Fuego

📋 copy color: '#BEE02D'

red 190 ◦ green 224 ◦ blue 45

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

Shades of Fuego #BEE02D

Tints of Fuego #BEE02D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.8%

R = 41.39%
G = 48.8%
B = 9.8%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#BEE02D (or 0xBEE02D) is known color: Fuego. HEX triplet: BE, E0 and 2D. RGB value is (190,224,45). Sum of RGB (Red+Green+Blue) = 190+224+45=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 224 (87.89% from 255 or 48.80% from 459); Blue value is 45 (17.97% from 255 or 9.80% from 459); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE02D is #411FD2. Grayscale: #C2C2C2. Windows color (decimal): -4267987 or 3006654. OLE color: 3006654.

HSL color Cylindrical-coordinate representation of color #BEE02D: hue angle of 71.4º degrees, saturation: 0.74, 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 #BEE02D is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 224 45 -
CMYK 0.15 0 0.80 0.12
HSL 71.4º 0.74% 0.53% -
HSV(B) 71.4º 0.8% 0.88% -
XYZ 48.36 64.45 12.37 -
YUV 193.43 44.24 125.55 -
System Red Green Blue C M Y K H S L
Decimal 190 224 45 0.15 0 0.80 0.12 71.4 0.74 0.53
Hex BE E0 2D F 0 50 C 47 4A 35
Octal 276 340 55 17 0 120 14 107 112 65
Binary 10111110 11100000 101101 1111 0 1010000 1100 1000111 1001010 110101

Color Harmonies of #BEE02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE02D

Black with #BEE02D

Text Example


Text Example

White with #BEE02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE02D; }

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

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

background-color css

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

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

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

border-color css

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

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

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