Html Css Color HEX #BEEC2A Fuego

📋 copy color: '#BEEC2A'

red 190 ◦ green 236 ◦ blue 42

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

Shades of Fuego #BEEC2A

Tints of Fuego #BEEC2A

RGB

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

 GREEN value IS 236 (92.58% from 255) = 50.43%

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

R = 40.6%
G = 50.43%
B = 8.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#BEEC2A (or 0xBEEC2A) is known color: Fuego. HEX triplet: BE, EC and 2A. RGB value is (190,236,42). Sum of RGB (Red+Green+Blue) = 190+236+42=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 236 (92.58% from 255 or 50.43% from 468); Blue value is 42 (16.80% from 255 or 8.97% from 468); Max value from RGB is 236 - color contains mainly: green. Hex color #BEEC2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEEC2A is #4113D5. Grayscale: #C8C8C8. Windows color (decimal): -4264918 or 2813118. OLE color: 2813118.

HSL color Cylindrical-coordinate representation of color #BEEC2A: hue angle of 74.23º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BEEC2A is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 236 42 -
CMYK 0.19 0 0.82 0.07
HSL 74.23º 0.84% 0.55% -
HSV(B) 74.23º 0.82% 0.93% -
XYZ 51.65 71.11 13.19 -
YUV 200.13 38.76 120.77 -
System Red Green Blue C M Y K H S L
Decimal 190 236 42 0.19 0 0.82 0.07 74.23 0.84 0.55
Hex BE EC 2A 13 0 52 7 4A 54 37
Octal 276 354 52 23 0 122 7 112 124 67
Binary 10111110 11101100 101010 10011 0 1010010 111 1001010 1010100 110111

Color Harmonies of #BEEC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEC2A

Black with #BEEC2A

Text Example


Text Example

White with #BEEC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEC2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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