Html Css Color HEX #BCDF2B Fuego

📋 copy color: '#BCDF2B'

red 188 ◦ green 223 ◦ blue 43

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

Shades of Fuego #BCDF2B

Tints of Fuego #BCDF2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.47%

R = 41.41%
G = 49.12%
B = 9.47%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#BCDF2B (or 0xBCDF2B) is known color: Fuego. HEX triplet: BC, DF and 2B. RGB value is (188,223,43). Sum of RGB (Red+Green+Blue) = 188+223+43=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 223 (87.5% from 255 or 49.12% from 454); Blue value is 43 (17.19% from 255 or 9.47% from 454); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDF2B is #4320D4. Grayscale: #C0C0C0. Windows color (decimal): -4399317 or 2875324. OLE color: 2875324.

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

Color convert

RGB 188 223 43 -
CMYK 0.16 0 0.81 0.13
HSL 71.67º 0.74% 0.52% -
HSV(B) 71.67º 0.81% 0.87% -
XYZ 47.56 63.64 12.06 -
YUV 192.02 43.9 125.14 -
System Red Green Blue C M Y K H S L
Decimal 188 223 43 0.16 0 0.81 0.13 71.67 0.74 0.52
Hex BC DF 2B 10 0 51 D 48 4A 34
Octal 274 337 53 20 0 121 15 110 112 64
Binary 10111100 11011111 101011 10000 0 1010001 1101 1001000 1001010 110100

Color Harmonies of #BCDF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF2B

Black with #BCDF2B

Text Example


Text Example

White with #BCDF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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