Html Css Color HEX #BCDD2F Fuego

📋 copy color: '#BCDD2F'

red 188 ◦ green 221 ◦ blue 47

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

Shades of Fuego #BCDD2F

Tints of Fuego #BCDD2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.31%

R = 41.23%
G = 48.46%
B = 10.31%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#BCDD2F (or 0xBCDD2F) is known color: Fuego. HEX triplet: BC, DD and 2F. RGB value is (188,221,47). Sum of RGB (Red+Green+Blue) = 188+221+47=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 47 (18.75% from 255 or 10.31% from 456); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDD2F is #4322D0. Grayscale: #BFBFBF. Windows color (decimal): -4399825 or 3136956. OLE color: 3136956.

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

Color convert

RGB 188 221 47 -
CMYK 0.15 0 0.79 0.13
HSL 71.38º 0.72% 0.53% -
HSV(B) 71.38º 0.79% 0.87% -
XYZ 47.11 62.61 12.29 -
YUV 191.3 46.57 125.65 -
System Red Green Blue C M Y K H S L
Decimal 188 221 47 0.15 0 0.79 0.13 71.38 0.72 0.53
Hex BC DD 2F F 0 4F D 47 48 35
Octal 274 335 57 17 0 117 15 107 110 65
Binary 10111100 11011101 101111 1111 0 1001111 1101 1000111 1001000 110101

Color Harmonies of #BCDD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDD2F

Black with #BCDD2F

Text Example


Text Example

White with #BCDD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDD2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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