Html Css Color HEX #BCE124 Fuego

📋 copy color: '#BCE124'

red 188 ◦ green 225 ◦ blue 36

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

Shades of Fuego #BCE124

Tints of Fuego #BCE124

RGB

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

 GREEN value IS 225 (88.28% from 255) = 50.11%

 BLUE value IS 36 (14.45% from 255) = 8.02%

R = 41.87%
G = 50.11%
B = 8.02%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#BCE124 (or 0xBCE124) is known color: Fuego. HEX triplet: BC, E1 and 24. RGB value is (188,225,36). Sum of RGB (Red+Green+Blue) = 188+225+36=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 225 (88.28% from 255 or 50.11% from 449); Blue value is 36 (14.45% from 255 or 8.02% from 449); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE124 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE124 is #431EDB. Grayscale: #C1C1C1. Windows color (decimal): -4398812 or 2417084. OLE color: 2417084.

HSL color Cylindrical-coordinate representation of color #BCE124: hue angle of 71.75º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BCE124 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 225 36 -
CMYK 0.16 0 0.84 0.12
HSL 71.75º 0.76% 0.51% -
HSV(B) 71.75º 0.84% 0.88% -
XYZ 47.98 64.67 11.62 -
YUV 192.39 39.74 124.87 -
System Red Green Blue C M Y K H S L
Decimal 188 225 36 0.16 0 0.84 0.12 71.75 0.76 0.51
Hex BC E1 24 10 0 54 C 48 4C 33
Octal 274 341 44 20 0 124 14 110 114 63
Binary 10111100 11100001 100100 10000 0 1010100 1100 1001000 1001100 110011

Color Harmonies of #BCE124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE124

Black with #BCE124

Text Example


Text Example

White with #BCE124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE124; }

 p { color: rgb(188,225,36); }

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

background-color css

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

 a { background-color: rgb(188,225,36); }

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

border-color css

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

 span { border-color: rgb(188,225,36); }

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