Html Css Color HEX #BCE52E Fuego

📋 copy color: '#BCE52E'

red 188 ◦ green 229 ◦ blue 46

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

Shades of Fuego #BCE52E

Tints of Fuego #BCE52E

RGB

 RED value IS 188 (73.83% from 255) = 40.6%

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

 BLUE value IS 46 (18.36% from 255) = 9.94%

R = 40.6%
G = 49.46%
B = 9.94%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#BCE52E (or 0xBCE52E) is known color: Fuego. HEX triplet: BC, E5 and 2E. RGB value is (188,229,46). Sum of RGB (Red+Green+Blue) = 188+229+46=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 229 (89.84% from 255 or 49.46% from 463); Blue value is 46 (18.36% from 255 or 9.94% from 463); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE52E is #431AD1. Grayscale: #C4C4C4. Windows color (decimal): -4397778 or 3073468. OLE color: 3073468.

HSL color Cylindrical-coordinate representation of color #BCE52E: hue angle of 73.44º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCE52E is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 229 46 -
CMYK 0.18 0 0.80 0.10
HSL 73.44º 0.78% 0.54% -
HSV(B) 73.44º 0.8% 0.9% -
XYZ 49.25 66.93 12.91 -
YUV 195.88 43.42 122.38 -
System Red Green Blue C M Y K H S L
Decimal 188 229 46 0.18 0 0.80 0.10 73.44 0.78 0.54
Hex BC E5 2E 12 0 50 A 49 4E 36
Octal 274 345 56 22 0 120 12 111 116 66
Binary 10111100 11100101 101110 10010 0 1010000 1010 1001001 1001110 110110

Color Harmonies of #BCE52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE52E

Black with #BCE52E

Text Example


Text Example

White with #BCE52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE52E; }

 p { color: rgb(188,229,46); }

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

background-color css

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

 a { background-color: rgb(188,229,46); }

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

border-color css

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

 span { border-color: rgb(188,229,46); }

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