Html Css Color HEX #BCDE30 Fuego

📋 copy color: '#BCDE30'

red 188 ◦ green 222 ◦ blue 48

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

Shades of Fuego #BCDE30

Tints of Fuego #BCDE30

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.47%

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

R = 41.05%
G = 48.47%
B = 10.48%

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

#BCDE30 (or 0xBCDE30) is known color: Fuego. HEX triplet: BC, DE and 30. RGB value is (188,222,48). Sum of RGB (Red+Green+Blue) = 188+222+48=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 222 (87.11% from 255 or 48.47% from 458); Blue value is 48 (19.14% from 255 or 10.48% from 458); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDE30 is #4321CF. Grayscale: #C0C0C0. Windows color (decimal): -4399568 or 3202748. OLE color: 3202748.

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

Color convert

RGB 188 222 48 -
CMYK 0.15 0 0.78 0.13
HSL 71.72º 0.73% 0.53% -
HSV(B) 71.72º 0.78% 0.87% -
XYZ 47.39 63.15 12.49 -
YUV 192 46.74 125.15 -
System Red Green Blue C M Y K H S L
Decimal 188 222 48 0.15 0 0.78 0.13 71.72 0.73 0.53
Hex BC DE 30 F 0 4E D 48 48 35
Octal 274 336 60 17 0 116 15 110 110 65
Binary 10111100 11011110 110000 1111 0 1001110 1101 1001000 1001000 110101

Color Harmonies of #BCDE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDE30

Black with #BCDE30

Text Example


Text Example

White with #BCDE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDE30; }

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

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

background-color css

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

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

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

border-color css

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

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

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