Html Css Color HEX #BEE525 Fuego

📋 copy color: '#BEE525'

red 190 ◦ green 229 ◦ blue 37

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

Shades of Fuego #BEE525

Tints of Fuego #BEE525

RGB

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

 GREEN value IS 229 (89.84% from 255) = 50.22%

 BLUE value IS 37 (14.84% from 255) = 8.11%

R = 41.67%
G = 50.22%
B = 8.11%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#BEE525 (or 0xBEE525) is known color: Fuego. HEX triplet: BE, E5 and 25. RGB value is (190,229,37). Sum of RGB (Red+Green+Blue) = 190+229+37=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 229 (89.84% from 255 or 50.22% from 456); Blue value is 37 (14.84% from 255 or 8.11% from 456); Max value from RGB is 229 - color contains mainly: green. Hex color #BEE525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE525 is #411ADA. Grayscale: #C4C4C4. Windows color (decimal): -4266715 or 2483646. OLE color: 2483646.

HSL color Cylindrical-coordinate representation of color #BEE525: hue angle of 72.19º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BEE525 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.10.

Color convert

RGB 190 229 37 -
CMYK 0.17 0 0.84 0.10
HSL 72.19º 0.79% 0.52% -
HSV(B) 72.19º 0.84% 0.9% -
XYZ 49.59 67.12 12.09 -
YUV 195.45 38.58 124.11 -
System Red Green Blue C M Y K H S L
Decimal 190 229 37 0.17 0 0.84 0.10 72.19 0.79 0.52
Hex BE E5 25 11 0 54 A 48 4F 34
Octal 276 345 45 21 0 124 12 110 117 64
Binary 10111110 11100101 100101 10001 0 1010100 1010 1001000 1001111 110100

Color Harmonies of #BEE525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE525

Black with #BEE525

Text Example


Text Example

White with #BEE525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE525; }

 p { color: rgb(190,229,37); }

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

background-color css

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

 a { background-color: rgb(190,229,37); }

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

border-color css

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

 span { border-color: rgb(190,229,37); }

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