Html Css Color HEX #BCDD30 Fuego

📋 copy color: '#BCDD30'

red 188 ◦ green 221 ◦ blue 48

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

Shades of Fuego #BCDD30

Tints of Fuego #BCDD30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.5%

R = 41.14%
G = 48.36%
B = 10.5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#BCDD30 (or 0xBCDD30) is known color: Fuego. HEX triplet: BC, DD and 30. RGB value is (188,221,48). Sum of RGB (Red+Green+Blue) = 188+221+48=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 48 (19.14% from 255 or 10.50% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDD30 is #4322CF. Grayscale: #C0C0C0. Windows color (decimal): -4399824 or 3202492. OLE color: 3202492.

HSL color Cylindrical-coordinate representation of color #BCDD30: hue angle of 71.45º degrees, saturation: 0.72, 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 #BCDD30 is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 221 48 -
CMYK 0.15 0 0.78 0.13
HSL 71.45º 0.72% 0.53% -
HSV(B) 71.45º 0.78% 0.87% -
XYZ 47.13 62.62 12.4 -
YUV 191.41 47.07 125.57 -
System Red Green Blue C M Y K H S L
Decimal 188 221 48 0.15 0 0.78 0.13 71.45 0.72 0.53
Hex BC DD 30 F 0 4E D 47 48 35
Octal 274 335 60 17 0 116 15 107 110 65
Binary 10111100 11011101 110000 1111 0 1001110 1101 1000111 1001000 110101

Color Harmonies of #BCDD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDD30

Black with #BCDD30

Text Example


Text Example

White with #BCDD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDD30; }

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

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

background-color css

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

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

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

border-color css

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

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

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