Html Css Color HEX #BCDD28 Fuego

📋 copy color: '#BCDD28'

red 188 ◦ green 221 ◦ blue 40

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

Shades of Fuego #BCDD28

Tints of Fuego #BCDD28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.91%

R = 41.87%
G = 49.22%
B = 8.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#BCDD28 (or 0xBCDD28) is known color: Fuego. HEX triplet: BC, DD and 28. RGB value is (188,221,40). Sum of RGB (Red+Green+Blue) = 188+221+40=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 40 (16.02% from 255 or 8.91% from 449); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDD28 is #4322D7. Grayscale: #BFBFBF. Windows color (decimal): -4399832 or 2678204. OLE color: 2678204.

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

Color convert

RGB 188 221 40 -
CMYK 0.15 0 0.82 0.13
HSL 70.94º 0.73% 0.51% -
HSV(B) 70.94º 0.82% 0.87% -
XYZ 46.98 62.56 11.61 -
YUV 190.5 43.07 126.22 -
System Red Green Blue C M Y K H S L
Decimal 188 221 40 0.15 0 0.82 0.13 70.94 0.73 0.51
Hex BC DD 28 F 0 52 D 47 49 33
Octal 274 335 50 17 0 122 15 107 111 63
Binary 10111100 11011101 101000 1111 0 1010010 1101 1000111 1001001 110011

Color Harmonies of #BCDD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDD28

Black with #BCDD28

Text Example


Text Example

White with #BCDD28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDD28; }

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

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

background-color css

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

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

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

border-color css

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

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

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