Html Css Color HEX #BCE02D Fuego

📋 copy color: '#BCE02D'

red 188 ◦ green 224 ◦ blue 45

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

Shades of Fuego #BCE02D

Tints of Fuego #BCE02D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 49.02%

 BLUE value IS 45 (17.97% from 255) = 9.85%

R = 41.14%
G = 49.02%
B = 9.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#BCE02D (or 0xBCE02D) is known color: Fuego. HEX triplet: BC, E0 and 2D. RGB value is (188,224,45). Sum of RGB (Red+Green+Blue) = 188+224+45=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 224 (87.89% from 255 or 49.02% from 457); Blue value is 45 (17.97% from 255 or 9.85% from 457); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE02D is #431FD2. Grayscale: #C1C1C1. Windows color (decimal): -4399059 or 3006652. OLE color: 3006652.

HSL color Cylindrical-coordinate representation of color #BCE02D: hue angle of 72.07º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCE02D is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 224 45 -
CMYK 0.16 0 0.80 0.12
HSL 72.07º 0.74% 0.53% -
HSV(B) 72.07º 0.8% 0.88% -
XYZ 47.87 64.19 12.35 -
YUV 192.83 44.57 124.55 -
System Red Green Blue C M Y K H S L
Decimal 188 224 45 0.16 0 0.80 0.12 72.07 0.74 0.53
Hex BC E0 2D 10 0 50 C 48 4A 35
Octal 274 340 55 20 0 120 14 110 112 65
Binary 10111100 11100000 101101 10000 0 1010000 1100 1001000 1001010 110101

Color Harmonies of #BCE02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE02D

Black with #BCE02D

Text Example


Text Example

White with #BCE02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE02D; }

 p { color: rgb(188,224,45); }

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

background-color css

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

 a { background-color: rgb(188,224,45); }

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

border-color css

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

 span { border-color: rgb(188,224,45); }

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