Html Css Color HEX #BCDF31 Fuego

📋 copy color: '#BCDF31'

red 188 ◦ green 223 ◦ blue 49

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

Shades of Fuego #BCDF31

Tints of Fuego #BCDF31

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.48%

 BLUE value IS 49 (19.53% from 255) = 10.65%

R = 40.87%
G = 48.48%
B = 10.65%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#BCDF31 (or 0xBCDF31) is known color: Fuego. HEX triplet: BC, DF and 31. RGB value is (188,223,49). Sum of RGB (Red+Green+Blue) = 188+223+49=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 223 (87.5% from 255 or 48.48% from 460); Blue value is 49 (19.53% from 255 or 10.65% from 460); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDF31 is #4320CE. Grayscale: #C1C1C1. Windows color (decimal): -4399311 or 3268540. OLE color: 3268540.

HSL color Cylindrical-coordinate representation of color #BCDF31: hue angle of 72.07º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCDF31 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 223 49 -
CMYK 0.16 0 0.78 0.13
HSL 72.07º 0.73% 0.53% -
HSV(B) 72.07º 0.78% 0.87% -
XYZ 47.68 63.69 12.69 -
YUV 192.7 46.9 124.65 -
System Red Green Blue C M Y K H S L
Decimal 188 223 49 0.16 0 0.78 0.13 72.07 0.73 0.53
Hex BC DF 31 10 0 4E D 48 49 35
Octal 274 337 61 20 0 116 15 110 111 65
Binary 10111100 11011111 110001 10000 0 1001110 1101 1001000 1001001 110101

Color Harmonies of #BCDF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF31

Black with #BCDF31

Text Example


Text Example

White with #BCDF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF31; }

 p { color: rgb(188,223,49); }

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

background-color css

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

 a { background-color: rgb(188,223,49); }

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

border-color css

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

 span { border-color: rgb(188,223,49); }

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