Html Css Color HEX #BEE62A Fuego

📋 copy color: '#BEE62A'

red 190 ◦ green 230 ◦ blue 42

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

Shades of Fuego #BEE62A

Tints of Fuego #BEE62A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 49.78%

 BLUE value IS 42 (16.8% from 255) = 9.09%

R = 41.13%
G = 49.78%
B = 9.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#BEE62A (or 0xBEE62A) is known color: Fuego. HEX triplet: BE, E6 and 2A. RGB value is (190,230,42). Sum of RGB (Red+Green+Blue) = 190+230+42=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 230 (90.23% from 255 or 49.78% from 462); Blue value is 42 (16.80% from 255 or 9.09% from 462); Max value from RGB is 230 - color contains mainly: green. Hex color #BEE62A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEE62A is #4119D5. Grayscale: #C5C5C5. Windows color (decimal): -4266454 or 2811582. OLE color: 2811582.

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

Color convert

RGB 190 230 42 -
CMYK 0.17 0 0.82 0.10
HSL 72.77º 0.79% 0.53% -
HSV(B) 72.77º 0.82% 0.9% -
XYZ 49.95 67.71 12.63 -
YUV 196.61 40.75 123.29 -
System Red Green Blue C M Y K H S L
Decimal 190 230 42 0.17 0 0.82 0.10 72.77 0.79 0.53
Hex BE E6 2A 11 0 52 A 49 4F 35
Octal 276 346 52 21 0 122 12 111 117 65
Binary 10111110 11100110 101010 10001 0 1010010 1010 1001001 1001111 110101

Color Harmonies of #BEE62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE62A

Black with #BEE62A

Text Example


Text Example

White with #BEE62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE62A; }

 p { color: rgb(190,230,42); }

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

background-color css

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

 a { background-color: rgb(190,230,42); }

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

border-color css

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

 span { border-color: rgb(190,230,42); }

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