Html Css Color HEX #BCE025 Fuego

📋 copy color: '#BCE025'

red 188 ◦ green 224 ◦ blue 37

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

Shades of Fuego #BCE025

Tints of Fuego #BCE025

RGB

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

 GREEN value IS 224 (87.89% from 255) = 49.89%

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

R = 41.87%
G = 49.89%
B = 8.24%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#BCE025 (or 0xBCE025) is known color: Fuego. HEX triplet: BC, E0 and 25. RGB value is (188,224,37). Sum of RGB (Red+Green+Blue) = 188+224+37=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 224 (87.89% from 255 or 49.89% from 449); Blue value is 37 (14.84% from 255 or 8.24% from 449); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE025 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE025 is #431FDA. Grayscale: #C0C0C0. Windows color (decimal): -4399067 or 2482364. OLE color: 2482364.

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

Color convert

RGB 188 224 37 -
CMYK 0.16 0 0.83 0.12
HSL 71.55º 0.75% 0.51% -
HSV(B) 71.55º 0.83% 0.88% -
XYZ 47.73 64.14 11.61 -
YUV 191.92 40.57 125.21 -
System Red Green Blue C M Y K H S L
Decimal 188 224 37 0.16 0 0.83 0.12 71.55 0.75 0.51
Hex BC E0 25 10 0 53 C 48 4B 33
Octal 274 340 45 20 0 123 14 110 113 63
Binary 10111100 11100000 100101 10000 0 1010011 1100 1001000 1001011 110011

Color Harmonies of #BCE025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE025

Black with #BCE025

Text Example


Text Example

White with #BCE025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE025; }

 p { color: rgb(188,224,37); }

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

background-color css

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

 a { background-color: rgb(188,224,37); }

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

border-color css

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

 span { border-color: rgb(188,224,37); }

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