Html Css Color HEX #BCDD32 Fuego

📋 copy color: '#BCDD32'

red 188 ◦ green 221 ◦ blue 50

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

Shades of Fuego #BCDD32

Tints of Fuego #BCDD32

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.15%

 BLUE value IS 50 (19.92% from 255) = 10.89%

R = 40.96%
G = 48.15%
B = 10.89%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#BCDD32 (or 0xBCDD32) is known color: Fuego. HEX triplet: BC, DD and 32. RGB value is (188,221,50). Sum of RGB (Red+Green+Blue) = 188+221+50=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 50 (19.92% from 255 or 10.89% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDD32 is #4322CD. Grayscale: #C0C0C0. Windows color (decimal): -4399822 or 3333564. OLE color: 3333564.

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

Color convert

RGB 188 221 50 -
CMYK 0.15 0 0.77 0.13
HSL 71.58º 0.72% 0.53% -
HSV(B) 71.58º 0.77% 0.87% -
XYZ 47.17 62.63 12.62 -
YUV 191.64 48.07 125.4 -
System Red Green Blue C M Y K H S L
Decimal 188 221 50 0.15 0 0.77 0.13 71.58 0.72 0.53
Hex BC DD 32 F 0 4D D 48 48 35
Octal 274 335 62 17 0 115 15 110 110 65
Binary 10111100 11011101 110010 1111 0 1001101 1101 1001000 1001000 110101

Color Harmonies of #BCDD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDD32

Black with #BCDD32

Text Example


Text Example

White with #BCDD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDD32; }

 p { color: rgb(188,221,50); }

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

background-color css

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

 a { background-color: rgb(188,221,50); }

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

border-color css

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

 span { border-color: rgb(188,221,50); }

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